| 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 |
void |
GltfModelWriterV1.write(GltfModelV1 gltfModel,
java.io.File file)
Write the given
GltfModelV1 to the given file. |
void |
GltfModelWriterV1.writeBinary(GltfModelV1 gltfModel,
java.io.File file)
Write the given
GltfModelV1 as a binary glTF asset to the
given file |
void |
GltfModelWriterV1.writeBinary(GltfModelV1 gltfModel,
java.io.OutputStream outputStream)
Write the given
GltfModelV1 as a binary glTF asset to the
given output stream. |
void |
GltfModelWriterV1.writeEmbedded(GltfModelV1 gltfModel,
java.io.OutputStream outputStream)
Write the given
GltfModelV1 as an embedded glTF asset to the
given output stream. |
| Modifier and Type | Method and Description |
|---|---|
static GltfModelV1 |
GltfModelCreatorV1.create(GltfAssetV1 gltfAsset)
Create the
GltfModel for the given GltfAssetV1 |
Copyright © 2024. All Rights Reserved.