|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HullCollisionShape | |
---|---|
com.jme3.bullet.control.ragdoll |
Uses of HullCollisionShape in com.jme3.bullet.control.ragdoll |
---|
Methods in com.jme3.bullet.control.ragdoll that return HullCollisionShape | |
---|---|
static HullCollisionShape |
RagdollUtils.makeShapeFromPointMap(java.util.Map<java.lang.Integer,java.util.List<java.lang.Float>> pointsMap,
java.util.List<java.lang.Integer> boneIndices,
Vector3f initialScale,
Vector3f initialPosition)
Create a hull collision shape from linked vertices to this bone. |
static HullCollisionShape |
RagdollUtils.makeShapeFromVerticeWeights(Spatial model,
java.util.List<java.lang.Integer> boneIndices,
Vector3f initialScale,
Vector3f initialPosition,
float weightThreshold)
Create a hull collision shape from linked vertices to this bone. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |