| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| de.javagl.jgltf.model.structure |
Classes for handling the structure of accessors, buffer views, and buffers
in glTF.
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DefaultAccessorModel> |
BufferStructure.getAccessorModels()
Returns an unmodifiable list containing all
AccessorModel
instances that have been added to this structure |
java.util.List<DefaultAccessorModel> |
BufferBuilderStrategy.getAccessorModels()
Returns a list containing all
AccessorModel instances that
have been created. |
java.util.List<DefaultAccessorModel> |
BufferStructure.getAccessorModels(BufferViewModel bufferViewModel)
Returns an unmodifiable list containing the
AccessorModel
instances that refer to the given BufferViewModel |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferStructure.addAccessorModel(DefaultAccessorModel accessorModel,
java.lang.String idPrefix)
Add the specified
AccessorModel to this structure |
void |
BufferStructureBuilder.addAccessorModel(java.lang.String idPrefix,
DefaultAccessorModel accessorModel)
Add the given
AccessorModel in the BufferStructure that
is currently being built. |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferStructure.addBufferViewModel(DefaultBufferViewModel bufferViewModel,
java.lang.String idPrefix,
java.util.Collection<? extends DefaultAccessorModel> accessorModels)
Add the given
BufferViewModel to this structure |
Copyright © 2024. All Rights Reserved.