| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultBufferViewModel |
DefaultGltfModel.getBufferViewModel(int index)
Return the
BufferViewModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addBufferViewModel(DefaultBufferViewModel bufferViewModel)
Add the given
BufferViewModel to this model |
void |
DefaultGltfModel.removeBufferViewModel(DefaultBufferViewModel bufferViewModel)
Remove the given
BufferViewModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addBufferViewModels(java.util.Collection<? extends DefaultBufferViewModel> bufferViewModels)
Add the given
BufferViewModel instances to this model |
Copyright © 2022. All Rights Reserved.