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

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java86 private Quaternion worldRot = new Quaternion(); field in class:Bone
215 return worldRot;
328 parent.worldRot.mult(localRot, worldRot);
337 parent.worldRot.mult(localPos, worldPos);
341 worldRot.set(localRot);
348 attachNode.setLocalRotation(worldRot);
382 worldBindInverseRot.set(worldRot);
423 Quaternion rotate = worldRot.mult(worldBindInverseRot, tmp1);
463 worldRot
[all...]

Completed in 49 milliseconds