| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mesh> |
GlTF.getMeshes()
An array of meshes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addMeshes(Mesh element)
Add the given meshes.
|
void |
GlTF.removeMeshes(Mesh element)
Remove the given meshes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setMeshes(java.util.List<Mesh> meshes)
An array of meshes.
|
Copyright © 2024. All Rights Reserved.