public class BufferStructureGltfV2
extends java.lang.Object
BufferStructure| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Accessor> |
createAccessors(BufferStructure bufferStructure)
Create the
Accessor objects from the given
BufferStructure |
static java.util.List<Buffer> |
createBuffers(BufferStructure bufferStructure)
Create the
Buffer objects from the given
BufferStructure |
static java.util.List<BufferView> |
createBufferViews(BufferStructure bufferStructure)
Create the
BufferView objects from the given
BufferStructure |
public static java.util.List<Accessor> createAccessors(BufferStructure bufferStructure)
Accessor objects from the given
BufferStructurebufferStructure - The BufferStructureAccessor objectspublic static java.util.List<BufferView> createBufferViews(BufferStructure bufferStructure)
BufferView objects from the given
BufferStructurebufferStructure - The BufferStructureBufferView objectspublic static java.util.List<Buffer> createBuffers(BufferStructure bufferStructure)
Buffer objects from the given
BufferStructurebufferStructure - The BufferStructureBuffer objectsCopyright © 2022. All Rights Reserved.