Uses of Class
com.aspose.threed.TextureType
-
-
Uses of TextureType in com.aspose.threed
Methods in com.aspose.threed that return TextureType Modifier and Type Method Description TextureType
ITextureUnit. getType()
Gets the type of this texture unit.static TextureType
TextureType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextureType[]
TextureType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type TextureType Modifier and Type Method Description abstract ITextureUnit
RenderFactory. createTextureUnit(TextureType textureType)
Create a texture unit that can be accessed by shader.
-