- Dynamic Batching

- Forgot the temp vars

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 13 years ago
parent 63b62269e8
commit 62a02fb6f4
  1. 1
      engine/src/core/com/jme3/util/TempVars.java

@ -193,6 +193,7 @@ public class TempVars {
*/ */
public final Matrix3f tempMat3 = new Matrix3f(); public final Matrix3f tempMat3 = new Matrix3f();
public final Matrix4f tempMat4 = new Matrix4f(); public final Matrix4f tempMat4 = new Matrix4f();
public final Matrix4f tempMat42 = new Matrix4f();
/** /**
* General quaternions. * General quaternions.
*/ */

Loading…
Cancel
Save