Package com.jme3.bullet.control.ragdoll
Class HumanoidRagdollPreset
java.lang.Object
com.jme3.bullet.control.ragdoll.RagdollPreset
com.jme3.bullet.control.ragdoll.HumanoidRagdollPreset
Example ragdoll presets for a typical humanoid skeleton.
 
This class is shared between JBullet and Native Bullet.
- 
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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidInitialize the map from bone names to joint presets.protected voidInitialize the lexicon.Methods inherited from class com.jme3.bullet.control.ragdoll.RagdollPreset
setupJointForBone 
- 
Constructor Details
- 
HumanoidRagdollPreset
public HumanoidRagdollPreset() 
 - 
 - 
Method Details
- 
initBoneMap
protected void initBoneMap()Initialize the map from bone names to joint presets.- Specified by:
 initBoneMapin classRagdollPreset
 - 
initLexicon
protected void initLexicon()Initialize the lexicon.- Specified by:
 initLexiconin classRagdollPreset
 
 -