Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java156 …public static HullCollisionShape makeShapeFromVerticeWeights(Spatial model, List<Integer> boneIndi… in makeShapeFromVerticeWeights() method in RagdollUtils
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java387 …shape = RagdollUtils.makeShapeFromVerticeWeights(model, RagdollUtils.getBoneIndices(link.bone, ske… in boneRecursion()