| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Shader> |
GlTF.defaultShaders()
Returns the default value of the shaders
|
java.util.Map<java.lang.String,Shader> |
GlTF.getShaders()
A dictionary object of shaders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addShaders(java.lang.String key,
Shader value)
Add the given shaders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setShaders(java.util.Map<java.lang.String,Shader> shaders)
A dictionary object of shaders.
|
Copyright © 2024. All Rights Reserved.