| Package | Description |
|---|---|
| de.javagl.jgltf.model.io.v1 |
Classes for reading and writing glTF data, for 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. |
Copyright © 2022. All Rights Reserved.