| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Texture> |
GlTF.defaultTextures()
Returns the default value of the textures
|
java.util.Map<java.lang.String,Texture> |
GlTF.getTextures()
A dictionary object of textures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addTextures(java.lang.String key,
Texture value)
Add the given textures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setTextures(java.util.Map<java.lang.String,Texture> textures)
A dictionary object of textures.
|
Copyright © 2024. All Rights Reserved.