Uses of Interface
hmi.environment.avatars.VirtualHuman

Packages that use VirtualHuman
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
 

Uses of VirtualHuman in hmi.environment.avatars
 

Classes in hmi.environment.avatars that implement VirtualHuman
 class GenericVirtualHuman
          Access to all elements of a VirtualHuman.
 class HmiVirtualHuman
          Access to all elements of a VirtualHuman.
 

Methods in hmi.environment.avatars that return VirtualHuman
 VirtualHuman VirtualHumanBuilder.buildVirtualHuman(VirtualHumanSpec spec, String id, VirtualWorld vw, SchedulingClock c)
          Load the virtual human, with the parameters that have been set.
 VirtualHuman GenericVirtualHumanBuilder.buildVirtualHuman(VirtualHumanSpec spec, String id, VirtualWorld vw, SchedulingClock c)
          Load the virtual human, with the parameters that have been set.
 VirtualHuman GenericVirtualHumanBuilder.getVirtualHuman()