Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java62 FloatBuffer boneWeight = (FloatBuffer) mesh.getBuffer(Type.BoneWeight).getData(); in buildPointMapForMesh() local
66 boneWeight.rewind(); in buildPointMapForMesh()
79 float weight = boneWeight.get(k); in buildPointMapForMesh()
197 FloatBuffer boneWeight = (FloatBuffer) mesh.getBuffer(Type.BoneWeight).getData(); in getPoints() local
201 boneWeight.rewind(); in getPoints()
212 if (boneIndices.get(k) == boneIndex && boneWeight.get(k) >= weightThreshold) { in getPoints()