Package com.banuba.sdk.scene
Interface ProceduralTexture
- All Known Implementing Classes:
ProceduralTexture.CppProxy
public interface ProceduralTexture
Class, which represent some predefined processing algorithm for some image.
May or may NOT take some image as input (depends on algorithm). Result image is procedural texture itself.
Image processing occurs before any render list task executing.
Subclass of image.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getAlgorithmType
-
setSrcImage
-
getSrcImage
-
asImage
- Returns:
- upcast to base type
-
asCameraComposer
-