| Package | Description |
|---|---|
| de.javagl.jgltf.model.io.v1 |
Classes for reading and writing glTF data, for glTF 1.0.
|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| Modifier and Type | Method and Description |
|---|---|
static GltfAssetV1 |
GltfAssetsV1.createBinary(GltfModelV1 gltfModel)
Create a new binary
GltfAssetV1 from the given
GltfModel |
static GltfAssetV1 |
GltfAssetsV1.createDefault(GltfModelV1 gltfModel)
Create a new default
GltfAssetV1 from the given
GltfModel |
static GltfAssetV1 |
GltfAssetsV1.createEmbedded(GltfModelV1 gltfModel)
Create a new embedded
GltfAssetV1 from the given
GltfModel |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfAssetWriterV1.writeBinary(GltfAssetV1 gltfAsset,
java.io.OutputStream outputStream)
Write the given
GltfAssetV1 as a binary glTF asset to the
given output stream. |
| Constructor and Description |
|---|
GltfModelV1(GltfAssetV1 gltfAsset)
Creates a new model for the given glTF
|
Copyright © 2022. All Rights Reserved.