Uses of Class
com.aspose.threed.CubeFace
-
-
Uses of CubeFace in com.aspose.threed
Methods in com.aspose.threed that return CubeFace Modifier and Type Method Description static CubeFace
CubeFace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CubeFace[]
CubeFace. 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 CubeFace Modifier and Type Method Description T
CubeFaceData. get(CubeFace face)
Gets the data for specified facevoid
ITextureCubemap. load(CubeFace face, TextureData data)
Load the data into specified facevoid
ITextureCubemap. save(CubeFace side, java.awt.image.BufferedImage bitmap)
Save the specified side to memoryvoid
CubeFaceData. set(CubeFace face, T value)
Sets the data for specified facejava.awt.image.BufferedImage
ITextureCubemap. toBitmap(CubeFace side)
Convert the texture unit toBufferedImage
instance
-