hmi.graphics.util
Interface DaeHumanoidLoader

All Known Implementing Classes:
SeamlessDaeHumanoidLoader, SegmentedDaeHumanoidLoader

public interface DaeHumanoidLoader

Interface for helper classes to load a humanoid from a dae file. Useful when a fullfledged ElckerlycDemoEnvironment is not needed.

Author:
Herwin van Welbergen, Dennis Reidsma

Method Summary
 VJoint getAvatarAnimationRootJoint()
           
 VGLNode getAvatarRenderNode()
           
 VJoint getAvatarRenderRootJoint()
           
 GLScene getGLScene()
           
 

Method Detail

getAvatarAnimationRootJoint

VJoint getAvatarAnimationRootJoint()
Returns:
the avatarAnimationRootJoint

getAvatarRenderNode

VGLNode getAvatarRenderNode()
Returns:
the avatarRenderNode

getAvatarRenderRootJoint

VJoint getAvatarRenderRootJoint()
Returns:
the avatarRenderRootJoint

getGLScene

GLScene getGLScene()
Returns:
the GLScene