Class IntModelNode


  • public class IntModelNode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      IntModelNode[] children  
      java.lang.String id  
      java.lang.String meshId  
      com.badlogic.gdx.graphics.g3d.model.data.ModelNodePart[] parts  
      com.badlogic.gdx.math.Quaternion rotation  
      com.badlogic.gdx.math.Vector3 scale  
      com.badlogic.gdx.math.Vector3 translation  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntModelNode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public java.lang.String id
      • translation

        public com.badlogic.gdx.math.Vector3 translation
      • rotation

        public com.badlogic.gdx.math.Quaternion rotation
      • scale

        public com.badlogic.gdx.math.Vector3 scale
      • meshId

        public java.lang.String meshId
      • parts

        public com.badlogic.gdx.graphics.g3d.model.data.ModelNodePart[] parts
    • Constructor Detail

      • IntModelNode

        public IntModelNode()