Class RagdollPreset

java.lang.Object
com.jme3.bullet.control.ragdoll.RagdollPreset
Direct Known Subclasses:
HumanoidRagdollPreset

public abstract class RagdollPreset extends Object
  • Field Details Link icon

  • Constructor Details Link icon

    • RagdollPreset Link icon

      public RagdollPreset()
  • Method Details Link icon

    • initBoneMap Link icon

      protected abstract void initBoneMap()
      Initialize the map from bone names to joint presets.
    • initLexicon Link icon

      protected abstract void initLexicon()
      Initialize the lexicon.
    • setupJointForBone Link icon

      public void setupJointForBone(String boneName, SixDofJoint joint)
      Apply the preset for the named bone to the specified joint.
      Parameters:
      boneName - name
      joint - where to apply the preset (not null, modified)