Uses of Class
hmi.environment.avatars.SpecLoader

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

Uses of SpecLoader in hmi.environment.avatars
 

Subclasses of SpecLoader in hmi.environment.avatars
 class AudioPlannerSpecLoader
          This segment in the VirtualHumanSpec xml tells the VirtualHumanSpec whether, after actually loading the avatar, a AudioPlanner should be constructed for it.
 class BMLRealizerSpecLoader
          This segment in the VirtualHumanSpec xml tells the VirtualHumanSpec whther, after actually loading the avatar, a BMLRealizer should be constructed for it.
 class BodySpecHmiLoader
          Adds HmiGraphics specific elements stores in the spec: body, colladatexturedir, String body, colladashaderdir, String body, colladarenderrootnode, String (only for seamless avatars) body, permanentmorphtargets, HashMap
 class BodySpecLoader
          This segment in the VirtualHumanSpec xml defines generic aspects of the body, not related to any specific renderer.
 class DebugSpecHmiLoader
          Hmi rendering specific debug settings: whether to show (or not) a debug visualisation of the VJoint structure, etc...
 class FaceSpecHmiLoader
          adds: fapdeform in the HmiFaceGraphics format stores in the spec: face fapresources face fapdeform (filename) face facemesh (name of facemesh)
 class FaceSpecLoader
          This segment in the VirtualHumanSpec xml defines generic face capabilities, not related to any specific renderer.
 class GestureBindingSpecLoader
          This segment in the VirtualHumanSpec xml constructs the Gesturebinding.
 class IncludeSpecLoader
          This segment in the VirtualHumanSpec xml will load the contents of another file into the VirtualHumanSpec.
 class PhysicsSpecLoader
          This segment in the VirtualHumanSpec xml defines generic physical aspects of the body, not related to any specific renderer.
 class SpeechBindingSpecLoader
           
 class VoiceSpecLoader
          This segment in the VirtualHumanSpec xml specifies the voice.
 

Methods in hmi.environment.avatars that return SpecLoader
(package private)  SpecLoader VirtualHumanSpecHmi.getLoader(String type)
          Get a Specloader, for the given element type, attached to this spec Extend this method for subclasses to add extra element types...
(package private)  SpecLoader VirtualHumanSpec.getLoader(String type)
          Get a Specloader, for the given element type, attached to this spec Extend this method for subclasses to add extra element types...