public class BufferStructures
extends java.lang.Object
BufferStructure instances.
Only intended for internal use.| Modifier and Type | Method and Description |
|---|---|
static void |
resolve(java.lang.Iterable<? extends GltfReference> bufferReferences,
BufferStructure bufferStructure)
Resolve the given
GltfReference instances against the given
BufferStructure. |
public static void resolve(java.lang.Iterable<? extends GltfReference> bufferReferences, BufferStructure bufferStructure)
GltfReference instances against the given
BufferStructure. This will look up the BufferModel
instances in the given structure, based on the
reference URI, and pass the buffer
data to the reference target.
If there is no BufferModel for a URI, then a warning will
be printed.bufferReferences - The GltfReference instancesbufferStructure - The BufferStructureCopyright © 2022. All Rights Reserved.