| Package | Description |
|---|---|
| de.javagl.jgltf.model.structure |
Classes for handling the structure of accessors, buffer views, and buffers
in glTF.
|
| 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 |
|---|---|
DefaultGltfModel |
GltfModelStructures.createBinary()
Create a restructured version of the glTF model that was last given
to
GltfModelStructures.prepare(GltfModel). |
DefaultGltfModel |
GltfModelStructures.createCustom()
Create a restructured version of the glTF model that was last given
to
GltfModelStructures.prepare(GltfModel). |
DefaultGltfModel |
GltfModelStructures.createDefault()
Create a restructured version of the glTF model that was last given
to
GltfModelStructures.prepare(GltfModel). |
| Modifier and Type | Class and Description |
|---|---|
class |
GltfModelV1
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultGltfModel |
GltfModelCreatorV2.create(GltfAssetV2 gltfAsset)
Create the
GltfModel for the given GltfAssetV2 |
Copyright © 2024. All Rights Reserved.