Class GltfLoader.GltfImageModel
java.lang.Object
com.codename1.gpu.GltfLoader.GltfImageModel
- Enclosing class:
GltfLoader
A loaded glTF model in device-free form: its geometry plus the decoded
base-color image extracted from the model's first material, if any.
Returned by
loadImageModel.-
Method Summary
Modifier and TypeMethodDescriptionThe decoded base-color image, or null when the model has none.getMesh()The model geometry.
-
Method Details
-
getMesh
The model geometry. -
getBaseColorImage
The decoded base-color image, or null when the model has none.
-