Class GltfWriter

java.lang.Object
com.gaia3d.converter.jgltf.GltfWriter

public class GltfWriter extends Object
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 Details

    • GltfWriter

      public GltfWriter()
  • Method Details