Package com.banuba.sdk.scene
Interface Cubemap
- All Known Implementing Classes:
Cubemap.CppProxy
public interface Cubemap
Class, which repesent cubemap texture interface. Subclass of image
-
Nested Class Summary
-
Method Summary
-
Method Details
-
loadResource
-
load
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
- Returns:
- upcast to base type
-