Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java61 ByteBuffer boneIndices = (ByteBuffer) mesh.getBuffer(Type.BoneIndex).getData(); in buildPointMapForMesh() local
65 boneIndices.rewind(); in buildPointMapForMesh()
82 index = boneIndices.get(k); in buildPointMapForMesh()
104 …keShapeFromPointMap(Map<Integer, List<Float>> pointsMap, List<Integer> boneIndices, Vector3f initi… in makeShapeFromPointMap() argument
107 for (Integer index : boneIndices) { in makeShapeFromPointMap()
156 …ollisionShape makeShapeFromVerticeWeights(Spatial model, List<Integer> boneIndices, Vector3f initi… in makeShapeFromVerticeWeights() argument
161 for (Integer index : boneIndices) { in makeShapeFromVerticeWeights()
169 for (Integer index : boneIndices) { in makeShapeFromVerticeWeights()
196 ByteBuffer boneIndices = (ByteBuffer) mesh.getBuffer(Type.BoneIndex).getData(); in getPoints() local
200 boneIndices.rewind(); in getPoints()
[all …]