| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Buffer> |
GlTF.defaultBuffers()
Returns the default value of the buffers
|
java.util.Map<java.lang.String,Buffer> |
GlTF.getBuffers()
A dictionary object of buffers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addBuffers(java.lang.String key,
Buffer value)
Add the given buffers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setBuffers(java.util.Map<java.lang.String,Buffer> buffers)
A dictionary object of buffers.
|
Copyright © 2024. All Rights Reserved.