Class GLTFNode


public class GLTFNode extends GLTFEntity
  • Field Details

    • children

      public com.badlogic.gdx.utils.Array<Integer> children
    • matrix

      public float[] matrix
    • translation

      public float[] translation
    • rotation

      public float[] rotation
    • scale

      public float[] scale
    • mesh

      public Integer mesh
    • camera

      public Integer camera
    • skin

      public Integer skin
    • weights

      public float[] weights
  • Constructor Details

    • GLTFNode

      public GLTFNode()