Uses of Class
hmi.elckerlyc.world.WorldObjectManager

Packages that use WorldObjectManager
hmi.elckerlyc.animationengine   
hmi.elckerlyc.animationengine.gaze   
hmi.elckerlyc.animationengine.pointing   
hmi.environment This package contains several base classes that facilitate easy access to building an environment with graphics, physics and virtual human animation. 
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
hmi.environment.semaine Bridging for several Elckerlyc modules to the SEMAINE API. 
 

Uses of WorldObjectManager in hmi.elckerlyc.animationengine
 

Fields in hmi.elckerlyc.animationengine declared as WorldObjectManager
protected  WorldObjectManager AnimationPlayer.woManager
           
 

Methods in hmi.elckerlyc.animationengine that return WorldObjectManager
 WorldObjectManager AnimationPlayer.getWoManager()
           
 

Constructors in hmi.elckerlyc.animationengine with parameters of type WorldObjectManager
AnimationPlayer(VJoint vP, VJoint vC, VJoint vN, VJoint vPred, ArrayList<MixedSystem> m, float h, WorldObjectManager wom)
           
 

Uses of WorldObjectManager in hmi.elckerlyc.animationengine.gaze
 

Fields in hmi.elckerlyc.animationengine.gaze declared as WorldObjectManager
protected  WorldObjectManager GazeMU.woManager
           
 

Uses of WorldObjectManager in hmi.elckerlyc.animationengine.pointing
 

Fields in hmi.elckerlyc.animationengine.pointing declared as WorldObjectManager
protected  WorldObjectManager PointingMU.woManager
           
 

Uses of WorldObjectManager in hmi.environment
 

Constructors in hmi.environment with parameters of type WorldObjectManager
ElckerlycDemo(WorldObjectManager wo)
           
ElckerlycDemoEnvironment(WorldObjectManager wom)
          Default constructor does not do anything.
 

Uses of WorldObjectManager in hmi.environment.avatars
 

Fields in hmi.environment.avatars declared as WorldObjectManager
private  WorldObjectManager GenericVirtualWorld.worldObjectManager
           
 

Methods in hmi.environment.avatars that return WorldObjectManager
 WorldObjectManager VirtualWorld.getWorldObjectManager()
           
 WorldObjectManager GenericVirtualWorld.getWorldObjectManager()
           
 

Methods in hmi.environment.avatars with parameters of type WorldObjectManager
 void GenericVirtualWorld.setWorldObjectManager(WorldObjectManager wom)
           
 

Uses of WorldObjectManager in hmi.environment.semaine
 

Constructors in hmi.environment.semaine with parameters of type WorldObjectManager
EnterfaceDemo(WorldObjectManager wo)