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

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 200 Quaternion tempQ = vars.quat1;
207 rotations.get(0, tempQ);
213 rotations.get(lastFrame, tempQ);
231 rotations.get(startFrame, tempQ);
241 tempQ.nlerp(tempQ2, blend);
247 target.blendAnimTransforms(tempV, tempQ, scales != null ? tempS : null, weight);
249 target.setAnimTransforms(tempV, tempQ, scales != null ? tempS : null);
SpatialTrack.java 73 Quaternion tempQ = vars.quat1;
81 rotations.get(0, tempQ);
89 rotations.get(lastFrame, tempQ);
107 rotations.get(startFrame, tempQ);
120 tempQ.nlerp(tempQ2, blend);
128 spatial.setLocalRotation(tempQ);

Completed in 59 milliseconds