Browse Source

- Dynamic Batching
- Forgot the temp vars

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

rem..om 14 years ago
parent
commit
62a02fb6f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      engine/src/core/com/jme3/util/TempVars.java

+ 1 - 0
engine/src/core/com/jme3/util/TempVars.java

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