Integrating github/staging through commit ab87ed9

This commit is contained in:
alexpete
2021-04-09 11:27:37 -07:00
parent ae62a97894
commit 1044dc3da1
1582 changed files with 29374 additions and 519051 deletions
@@ -36,8 +36,6 @@ void CDeferredRenderUtils::CreateUnitFrustumMesh(int tessx, int tessy, t_arrDefe
float szx = 1.0f;
float szy = 1.0f;
float hsizex = szx / 2;
float hsizey = szy / 2;
float deltax = szx / (tessx - 1.0f);
float deltay = szy / (tessy - 1.0f);
@@ -169,8 +167,6 @@ void CDeferredRenderUtils::CreateUnitFrustumMeshTransformed(SRenderLight* pLight
float szx = 1.0f;
float szy = 1.0f;
float hsizex = szx / 2;
float hsizey = szy / 2;
float deltax = szx / (tessx - 1);
float deltay = szy / (tessy - 1);