public final class GltfAssetWriterV2
extends java.lang.Object
GltfAssetWriter, for glTF 2.0 assets. Clients should not use this
class directly, but only the GltfAssetWriter.| Constructor and Description |
|---|
GltfAssetWriterV2()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeBinary(GltfAssetV2 gltfAsset,
java.io.OutputStream outputStream)
Write the given
GltfAssetV2 as a binary glTF asset to the
given output stream. |
public void writeBinary(GltfAssetV2 gltfAsset, java.io.OutputStream outputStream) throws java.io.IOException
GltfAssetV2 as a binary glTF asset to the
given output stream. The caller is responsible for closing the
given stream.gltfAsset - The GltfAssetV2outputStream - The output streamjava.io.IOException - If an IO error occurredCopyright © 2022. All Rights Reserved.