public static final class GltfLoader.GltfModel
- Object
- GltfLoader.GltfModel
A loaded glTF model: its geometry plus the base-color texture extracted
from the model’s first material, if any. Returned by
loadModel.Methods
public Mesh getMesh() | The model geometry. |
public Texture getBaseColorTexture() | The base-color texture, or null when the model has none. |
Inherited methods
Method details
getMesh
public Mesh getMesh()The model geometry.
getBaseColorTexture
public Texture getBaseColorTexture()The base-color texture, or null when the model has none.