| Modifier and Type | Method and Description |
|---|---|
java.util.List<Material> |
GlTF.getMaterials()
An array of materials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addMaterials(Material element)
Add the given materials.
|
void |
GlTF.removeMaterials(Material element)
Remove the given materials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setMaterials(java.util.List<Material> materials)
An array of materials.
|
Copyright © 2024. All Rights Reserved.