| Modifier and Type | Method and Description |
|---|---|
BufferStructure |
BufferStructureBuilder.build()
Return the
BufferStructure instance that was created with
this builder. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Accessor> |
BufferStructureGltfV2.createAccessors(BufferStructure bufferStructure)
Create the
Accessor objects from the given
BufferStructure |
static java.util.Map<java.lang.String,Accessor> |
BufferStructureGltfV1.createAccessors(BufferStructure bufferStructure)
Create the
Accessor objects from the given
BufferStructure |
static java.util.List<Buffer> |
BufferStructureGltfV2.createBuffers(BufferStructure bufferStructure)
Create the
Buffer objects from the given
BufferStructure |
static java.util.Map<java.lang.String,Buffer> |
BufferStructureGltfV1.createBuffers(BufferStructure bufferStructure)
Create the
Buffer objects from the given
BufferStructure |
static java.util.List<BufferView> |
BufferStructureGltfV2.createBufferViews(BufferStructure bufferStructure)
Create the
BufferView objects from the given
BufferStructure |
static java.util.Map<java.lang.String,BufferView> |
BufferStructureGltfV1.createBufferViews(BufferStructure bufferStructure)
Create the
BufferView objects from the given
BufferStructure |
static void |
BufferStructures.resolve(java.lang.Iterable<? extends GltfReference> bufferReferences,
BufferStructure bufferStructure)
Resolve the given
GltfReference instances against the given
BufferStructure. |
Copyright © 2022. All Rights Reserved.