| Package | Description |
|---|---|
| de.javagl.jgltf.model.io.v2 |
Classes for reading and writing glTF data, for glTF 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GltfModelWriterV2.write(GltfModelV2 gltfModel,
java.io.File file)
Write the given
GltfModelV2 to the given file. |
void |
GltfModelWriterV2.writeBinary(GltfModelV2 gltfModel,
java.io.OutputStream outputStream)
Write the given
GltfModelV2 as a binary glTF asset to the
given output stream. |
void |
GltfModelWriterV2.writeEmbedded(GltfModelV2 gltfModel,
java.io.OutputStream outputStream)
Write the given
GltfModelV2 as an embedded glTF asset to the
given output stream. |
Copyright © 2022. All Rights Reserved.