Home
last modified time | relevance | path

Searched defs:weightThreshold (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
DRagdollUtils.java156 …ist<Integer> boneIndices, Vector3f initialScale, Vector3f initialPosition, float weightThreshold) { in makeShapeFromVerticeWeights()
162 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() local
170 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() local
193 …etPoints(Mesh mesh, int boneIndex, Vector3f initialScale, Vector3f offset, float weightThreshold) { in getPoints()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java105 protected float weightThreshold = -1.0f; field in KinematicRagdollControl
144 public KinematicRagdollControl(float weightThreshold) { in KinematicRagdollControl()
148 public KinematicRagdollControl(RagdollPreset preset, float weightThreshold) { in KinematicRagdollControl()
793 public void setWeightThreshold(float weightThreshold) { in setWeightThreshold()