Searched refs:boneWeight (Results 1 – 1 of 1) sorted by relevance
62 FloatBuffer boneWeight = (FloatBuffer) mesh.getBuffer(Type.BoneWeight).getData(); in buildPointMapForMesh() local66 boneWeight.rewind(); in buildPointMapForMesh()79 float weight = boneWeight.get(k); in buildPointMapForMesh()197 FloatBuffer boneWeight = (FloatBuffer) mesh.getBuffer(Type.BoneWeight).getData(); in getPoints() local201 boneWeight.rewind(); in getPoints()212 if (boneIndices.get(k) == boneIndex && boneWeight.get(k) >= weightThreshold) { in getPoints()