mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
groundframe generation cleanup work
This commit is contained in:
parent
6548ed1425
commit
ec7f7df5f1
2 changed files with 25 additions and 10 deletions
|
|
@ -86,7 +86,7 @@ bool TSMesh::smUseEncodedNormals = false;
|
|||
|
||||
const F32 TSMesh::VISIBILITY_EPSILON = 0.0001f;
|
||||
|
||||
S32 TSMesh::smMaxInstancingVerts = 2000;
|
||||
S32 TSMesh::smMaxInstancingVerts = 20000;
|
||||
MatrixF TSMesh::smDummyNodeTransform(1);
|
||||
|
||||
// quick function to force object to face camera -- currently throws out roll :(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue