| Package | Description |
|---|---|
| de.javagl.jgltf.model.structure |
Classes for handling the structure of accessors, buffer views, and buffers
in glTF.
|
| Class and 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. |
| BufferStructure
A class representing the structure of a set of
AccessorModel
instances that refer to BufferViewModel instances, which
in turn refer to BufferModel instances. |
Copyright © 2024. All Rights Reserved.