Searched refs:getWorldBindRotation (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DFeature.java165 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/
H A DBone.java283 public Quaternion getWorldBindRotation() { method in class:Bone
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java192 modelRotation.set(q).multLocal(tmpRot2.set(link.bone.getWorldBindRotation()).inverseLocal());

Completed in 1177 milliseconds