Uses of Class
javax.media.ding3d.utils.universe.ViewerAvatar

Packages that use ViewerAvatar
javax.media.ding3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of ViewerAvatar in javax.media.ding3d.utils.universe
 

Methods in javax.media.ding3d.utils.universe that return ViewerAvatar
 ViewerAvatar Viewer.getAvatar()
          Gets the geometry associated with the viewer's avatar.
 

Methods in javax.media.ding3d.utils.universe with parameters of type ViewerAvatar
 void Viewer.setAvatar(ViewerAvatar avatar)
          Sets the geometry to be associated with the viewer's avatar.