| Package | Description |
|---|---|
| com.jme3.bullet.control.ragdoll |
| Modifier and Type | Method and Description |
|---|---|
static HullCollisionShape |
RagdollUtils.makeShapeFromPointMap(java.util.Map<java.lang.Integer,java.util.List<java.lang.Float>> pointsMap,
java.util.List<java.lang.Integer> boneIndices,
com.jme3.math.Vector3f initialScale,
com.jme3.math.Vector3f initialPosition)
Create a hull collision shape from linked vertices to this bone.
|
static HullCollisionShape |
RagdollUtils.makeShapeFromVerticeWeights(com.jme3.scene.Spatial model,
java.util.List<java.lang.Integer> boneIndices,
com.jme3.math.Vector3f initialScale,
com.jme3.math.Vector3f initialPosition,
float weightThreshold)
Create a hull collision shape from linked vertices to this bone.
|