| Modifier and Type | Method and Description |
|---|---|
java.util.List<Texture> |
GlTF.getTextures()
An array of textures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addTextures(Texture element)
Add the given textures.
|
void |
GlTF.removeTextures(Texture element)
Remove the given textures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setTextures(java.util.List<Texture> textures)
An array of textures.
|
Copyright © 2024. All Rights Reserved.