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