| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultMeshModel |
DefaultGltfModel.getMeshModel(int index)
Return the
MeshModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addMeshModel(DefaultMeshModel meshModel)
Add the given
MeshModel to this model |
void |
DefaultGltfModel.removeMeshModel(DefaultMeshModel meshModel)
Remove the given
MeshModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addMeshModels(java.util.Collection<? extends DefaultMeshModel> meshModels)
Add the given
MeshModel instances to this model |
Copyright © 2022. All Rights Reserved.