- Dynamic Batching
- Forgot the temp vars git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
63b62269e8
commit
62a02fb6f4
@ -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…
x
Reference in New Issue
Block a user