Class IntModelNode

java.lang.Object
gaiasky.util.gdx.model.data.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 Details

    • 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
    • children

      public IntModelNode[] children
  • Constructor Details

    • IntModelNode

      public IntModelNode()