| Package | Description |
|---|---|
| de.javagl.jgltf.model.io.v2 |
Classes for reading and writing glTF data, for glTF 2.0.
|
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| Modifier and Type | Method and Description |
|---|---|
static GltfAssetV2 |
GltfAssetsV2.createBinary(GltfModel gltfModel)
Create a new binary
GltfAssetV2 from the given
GltfModel |
static GltfAssetV2 |
GltfAssetsV2.createDefault(GltfModel gltfModel)
Create a new default
GltfAssetV2 from the given
GltfModel |
static GltfAssetV2 |
GltfAssetsV2.createEmbedded(GltfModel gltfModel)
Create a new embedded
GltfAssetV2 from the given
GltfModel |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfAssetWriterV2.writeBinary(GltfAssetV2 gltfAsset,
java.io.OutputStream outputStream)
Write the given
GltfAssetV2 as a binary glTF asset to the
given output stream. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultGltfModel |
GltfModelCreatorV2.create(GltfAssetV2 gltfAsset)
Create the
GltfModel for the given GltfAssetV2 |
Copyright © 2022. All Rights Reserved.