See: Description
| Interface | Description |
|---|---|
| BufferBuilderStrategy |
Interface for classes that can collect the data from elements of a
GltfModel and arrange it into AccessorModel,
BufferViewModel and BufferModel instances, with
the exact strategy depending on the implementation. |
| Class | Description |
|---|---|
| BufferBuilderStrategies |
Methods for creating
BufferBuilderStrategy instances. |
| BufferStructure |
A class representing the structure of a set of
AccessorModel
instances that refer to BufferViewModel instances, which
in turn refer to BufferModel instances. |
| BufferStructureBuilder |
A class for creating
BufferStructure instances. |
| BufferStructureGltfV1 |
Utility methods for creating the glTF 1.0 elements that correspond to
a
BufferStructure. |
| BufferStructureGltfV2 |
Utility methods for creating the glTF 2.0 elements that correspond to
a
BufferStructure. |
| BufferStructures |
Utility methods related to
BufferStructure instances. |
| GltfModelStructures |
A class for modifying the structure of a glTF model.
|
Copyright © 2024. All Rights Reserved.