HomeSort by relevance Sort by last modified time
    Searched refs:getWorldBindPosition (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java 165 Transform worldTransform = new Transform(bone.getWorldBindPosition(), bone.getWorldBindRotation());
261 result.setTransform(bone.getWorldBindPosition(), bone.getWorldBindScale(), bone.getWorldBindRotation().toRotationMatrix());
279 result.setTransform(parent.getWorldBindPosition(), parent.getWorldBindScale(), parent.getWorldBindRotation().toRotationMatrix());
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 271 public Vector3f getWorldBindPosition() {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 190 modelPosition.set(p).subtractLocal(link.bone.getWorldBindPosition());
    [all...]

Completed in 143 milliseconds