HomeSort by relevance Sort by last modified time
    Searched refs:getWorldBindRotation (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 283 public Quaternion getWorldBindRotation() {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 192 modelRotation.set(q).multLocal(tmpRot2.set(link.bone.getWorldBindRotation()).inverseLocal());
    [all...]

Completed in 65 milliseconds