Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java39 public static Map<Integer, List<Float>> buildPointMap(Spatial model) { in buildPointMap() method in RagdollUtils
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java357 pointsMap = RagdollUtils.buildPointMap(model); in scanSpatial()