com.badlogic.gdx.graphics.g3d.model.data
Class ModelNode

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.data.ModelNode

public class ModelNode
extends Object


Field Summary
 int boneId
           
 ModelNode[] children
           
 String id
           
 String meshId
           
 ModelNodePart[] parts
           
 Quaternion rotation
           
 Vector3 scale
           
 Vector3 translation
           
 
Constructor Summary
ModelNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

boneId

public int boneId

translation

public Vector3 translation

rotation

public Quaternion rotation

scale

public Vector3 scale

meshId

public String meshId

parts

public ModelNodePart[] parts

children

public ModelNode[] children
Constructor Detail

ModelNode

public ModelNode()


Copyright © 2013. All Rights Reserved.