OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBoneIndices
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
RagdollUtils.java
134
public static List<Integer>
getBoneIndices
(Bone bone, Skeleton skeleton, Set<String> boneList) {
142
list.addAll(
getBoneIndices
(chilBone, skeleton, boneList));
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java
384
shape = RagdollUtils.makeShapeFromPointMap(pointsMap, RagdollUtils.
getBoneIndices
(link.bone, skeleton, boneList), initScale, link.bone.getModelSpacePosition());
387
shape = RagdollUtils.makeShapeFromVerticeWeights(model, RagdollUtils.
getBoneIndices
(link.bone, skeleton, boneList), initScale, link.bone.getModelSpacePosition(), weightThreshold);
[
all
...]
Completed in 25 milliseconds