com.jme3.bullet.control.ragdoll
Class HumanoidRagdollPreset

java.lang.Object
  extended by com.jme3.bullet.control.ragdoll.RagdollPreset
      extended by com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset

public class HumanoidRagdollPreset
extends RagdollPreset


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme3.bullet.control.ragdoll.RagdollPreset
RagdollPreset.JointPreset, RagdollPreset.LexiconEntry
 
Field Summary
 
Fields inherited from class com.jme3.bullet.control.ragdoll.RagdollPreset
boneMap, lexicon, logger
 
Constructor Summary
HumanoidRagdollPreset()
           
 
Method Summary
protected  void initBoneMap()
           
protected  void initLexicon()
           
 
Methods inherited from class com.jme3.bullet.control.ragdoll.RagdollPreset
setupJointForBone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HumanoidRagdollPreset

public HumanoidRagdollPreset()
Method Detail

initBoneMap

protected void initBoneMap()
Specified by:
initBoneMap in class RagdollPreset

initLexicon

protected void initLexicon()
Specified by:
initLexicon in class RagdollPreset