Package com.gaia3d.converter.jgltf
Class GltfWriter
java.lang.Object
com.gaia3d.converter.jgltf.GltfWriter
GltfWriter is a class that writes the glTF file.
It contains the method to write the glTF file from the GaiaScene object.
The glTF file is written in the glTF 2.0 format.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
writeGlb
(GaiaScene gaiaScene, OutputStream outputStream) void
void
void
-
Constructor Details
-
GltfWriter
public GltfWriter()
-
-
Method Details
-
writeGltf
-
writeGltf
-
writeGlb
-
writeGlb
-
writeGlb
-