| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultBufferModel |
DefaultGltfModel.getBufferModel(int index)
Return the
BufferModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addBufferModel(DefaultBufferModel bufferModel)
Add the given
BufferModel to this model |
void |
DefaultGltfModel.removeBufferModel(DefaultBufferModel bufferModel)
Remove the given
BufferModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addBufferModels(java.util.Collection<? extends DefaultBufferModel> bufferModels)
Add the given
BufferModel instances to this model |
Copyright © 2022. All Rights Reserved.