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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Initialize the map from bone names to joint presets.protected void
Initialize 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:
initBoneMap
in classRagdollPreset
-
initLexicon
protected void initLexicon()Initialize the lexicon.- Specified by:
initLexicon
in classRagdollPreset
-