| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Sampler> |
GlTF.defaultSamplers()
Returns the default value of the samplers
|
java.util.Map<java.lang.String,Sampler> |
GlTF.getSamplers()
A dictionary object of samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addSamplers(java.lang.String key,
Sampler value)
Add the given samplers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setSamplers(java.util.Map<java.lang.String,Sampler> samplers)
A dictionary object of samplers.
|
Copyright © 2024. All Rights Reserved.