| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Material> |
GlTF.defaultMaterials()
Returns the default value of the materials
|
java.util.Map<java.lang.String,Material> |
GlTF.getMaterials()
A dictionary object of materials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addMaterials(java.lang.String key,
Material value)
Add the given materials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setMaterials(java.util.Map<java.lang.String,Material> materials)
A dictionary object of materials.
|
Copyright © 2024. All Rights Reserved.