Class GltfBinary

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

public class GltfBinary extends Object
GltfBinary is a class that contains the binary data of the glTF file. It contains the binary data of the glTF file, and the information of the buffer of each node. The binary data of the glTF file is stored in the body variable.
  • Constructor Details

    • GltfBinary

      public GltfBinary()
  • Method Details

    • fill

      public void fill()