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

  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 188 public final Matrix4f tempMat4 = new Matrix4f();
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 340 Matrix4f tempMat4 = vars.tempMat4;
361 tempMat4.set(viewMatrix);
362 tempMat4.multLocal(worldMatrix);
363 u.setValue(VarType.Matrix4, tempMat4);
366 tempMat4.set(viewMatrix);
367 tempMat4.multLocal(worldMatrix);
368 tempMat4.toRotationMatrix(tempMat3);
374 tempMat4.set(viewProjMatrix);
375 tempMat4.multLocal(worldMatrix);
    [all...]

Completed in 90 milliseconds