hmi.graphics.util
Class LoadDaeHumanoid

java.lang.Object
  extended by hmi.graphics.util.LoadDaeHumanoid

public class LoadDaeHumanoid
extends Object

Helper function class to load a Humanoid from a dae file. Useful when a fullfledged ElckerlycDemoEnvironment is not needed.

Author:
welberge

Field Summary
private  VJoint animationJoint
           
private  VGLNode avatarNode
           
private  GNode gnode
           
private  VJoint renderJoint
           
 
Constructor Summary
LoadDaeHumanoid(Resources resources, String daeFile)
           
 
Method Summary
 VJoint getAnimationJoint()
           
 VGLNode getAvatarNode()
           
 VJoint getRenderJoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

animationJoint

private VJoint animationJoint

avatarNode

private VGLNode avatarNode

renderJoint

private VJoint renderJoint

gnode

private GNode gnode
Constructor Detail

LoadDaeHumanoid

public LoadDaeHumanoid(Resources resources,
                       String daeFile)
Method Detail

getAnimationJoint

public VJoint getAnimationJoint()
Returns:
the animationJoint

getAvatarNode

public VGLNode getAvatarNode()
Returns:
the avatarNode

getRenderJoint

public VJoint getRenderJoint()
Returns:
the renderJoint