| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Mesh> |
GlTF.defaultMeshes()
Returns the default value of the meshes
|
java.util.Map<java.lang.String,Mesh> |
GlTF.getMeshes()
A dictionary object of meshes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addMeshes(java.lang.String key,
Mesh value)
Add the given meshes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setMeshes(java.util.Map<java.lang.String,Mesh> meshes)
A dictionary object of meshes.
|
Copyright © 2024. All Rights Reserved.