2
0
Эх сурвалжийг харах

revert instancing vert tweak after polling game-released devs limiters and cornercases

AzaezelX 5 жил өмнө
parent
commit
a661a9089d

+ 1 - 1
Engine/source/ts/tsMesh.cpp

@@ -86,7 +86,7 @@ bool TSMesh::smUseEncodedNormals = false;
 
 
 const F32 TSMesh::VISIBILITY_EPSILON = 0.0001f;
 const F32 TSMesh::VISIBILITY_EPSILON = 0.0001f;
 
 
-S32 TSMesh::smMaxInstancingVerts = 20000;
+S32 TSMesh::smMaxInstancingVerts = 200;
 MatrixF TSMesh::smDummyNodeTransform(1);
 MatrixF TSMesh::smDummyNodeTransform(1);
 
 
 // quick function to force object to face camera -- currently throws out roll :(
 // quick function to force object to face camera -- currently throws out roll :(