Interface Cubemap

All Known Implementing Classes:
Cubemap.CppProxy

public interface Cubemap
Class, which repesent cubemap texture interface. Subclass of image
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    load(String filename)
    Load cubemap texture data from specified file name.
    void
     
  • Method Details

    • loadResource

      void loadResource(@Nullable Resource res)
    • load

      void load(@NonNull String filename)
      Load cubemap texture data from specified file name. For now only supported .ktx (cuemap) images.
      Parameters:
      file_name - (string): absolute path for image file.
    • asImage

      @Nullable Image asImage()
      Returns:
      upcast to base type