Uses of Interface
org.xith3d.scenegraph.avatar.AvatarTransform

Packages that use AvatarTransform
org.xith3d.input   
org.xith3d.scenegraph.avatar   
 

Uses of AvatarTransform in org.xith3d.input
 

Methods in org.xith3d.input with parameters of type AvatarTransform
 void FirstPersonInputHandler.addAvatar(AvatarTransform at)
          Adds an Avatar to the FPIH,
An Avatar always follows the main Transformable (View) possibly with an offset.
 void FirstPersonInputHandler.removeAvatar(AvatarTransform at)
          Removes an Avatar from the FPIH,
An Avatar always follows the main Transformable (View) possibly with an offset.
 

Uses of AvatarTransform in org.xith3d.scenegraph.avatar
 

Classes in org.xith3d.scenegraph.avatar that implement AvatarTransform
 class DefaultAvatarTransform
          The DefaultAvatarTransform is a standard AvatarTransform, that translates the avatar to an offset of the View and copies the y-rotation from the View.