| Package | Description |
|---|---|
| de.javagl.jgltf.model |
Classes for loading and accessing glTF data.
|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| Modifier and Type | Method and Description |
|---|---|
BufferModel |
BufferViewModel.getBufferModel()
Returns the
BufferModel that this view refers to |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BufferModel> |
GltfModel.getBufferModels()
Returns an unmodifiable view on the list of
BufferModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBufferModel
Implementation of a
BufferModel |
| Modifier and Type | Method and Description |
|---|---|
BufferModel |
DefaultBufferViewModel.getBufferModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BufferModel> |
DefaultGltfModel.getBufferModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBufferViewModel.setBufferModel(BufferModel bufferModel)
Set the
BufferModel for this model |
| Modifier and Type | Method and Description |
|---|---|
static Buffer |
GltfCreatorV1.createBuffer(BufferModel bufferModel)
Create the
Buffer for the given BufferModel |
| Modifier and Type | Method and Description |
|---|---|
static Buffer |
GltfCreatorV2.createBuffer(BufferModel bufferModel)
Create the
Buffer for the given BufferModel |
Copyright © 2022. All Rights Reserved.