Home
last modified time | relevance | path

Searched refs:makeShapeFromPointMap (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java104 …public static HullCollisionShape makeShapeFromPointMap(Map<Integer, List<Float>> pointsMap, List<I… in makeShapeFromPointMap() method in RagdollUtils
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java384 …shape = RagdollUtils.makeShapeFromPointMap(pointsMap, RagdollUtils.getBoneIndices(link.bone, skele… in boneRecursion()