Class GltfLoader.GltfModel
java.lang.Object
com.codename1.gpu.GltfLoader.GltfModel
- Enclosing class:
GltfLoader
A loaded glTF model: its geometry plus the base-color texture extracted
from the model's first material, if any. Returned by
loadModel.-
Method Summary
Modifier and TypeMethodDescriptionThe base-color texture, or null when the model has none.getMesh()The model geometry.
-
Method Details
-
getMesh
The model geometry. -
getBaseColorTexture
The base-color texture, or null when the model has none.
-