| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultAccessorModel |
DefaultGltfModel.getAccessorModel(int index)
Return the
AccessorModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addAccessorModel(DefaultAccessorModel accessorModel)
Add the given
AccessorModel to this model |
void |
DefaultGltfModel.removeAccessorModel(DefaultAccessorModel accessorModel)
Remove the given
AccessorModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addAccessorModels(java.util.Collection<? extends DefaultAccessorModel> accessorModels)
Add the given
AccessorModel instances to this model |
Copyright © 2022. All Rights Reserved.