Searched defs:KinematicRagdollControl (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java96 public class KinematicRagdollControl implements PhysicsControl, PhysicsCollisionListener { class in inherits:PhysicsControl,PhysicsCollisionListener
98 protected static final Logger logger = Logger.getLogger(KinematicRagdollControl.class.getName());
139 * contruct a KinematicRagdollControl
141 public KinematicRagdollControl() { method in class:KinematicRagdollControl
144 public KinematicRagdollControl(float weightThreshold) { method in class:KinematicRagdollControl
148 public KinematicRagdollControl(RagdollPreset preset, float weightThreshold) { method in class:KinematicRagdollControl
153 public KinematicRagdollControl(RagdollPreset preset) { method in class:KinematicRagdollControl

Completed in 61 milliseconds