Class IntModelNode
java.lang.Object
gaiasky.util.gdx.model.data.IntModelNode
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.graphics.g3d.model.data.ModelNodePart[]com.badlogic.gdx.math.Quaternioncom.badlogic.gdx.math.Vector3com.badlogic.gdx.math.Vector3 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
parts
public com.badlogic.gdx.graphics.g3d.model.data.ModelNodePart[] parts -
children
-
-
Constructor Details
-
IntModelNode
public IntModelNode()
-