Trigger physics update

This commit is contained in:
Antoine Pilote
2021-06-26 13:13:52 -04:00
parent c7dc3cc476
commit 8f4c5f8b08
32 changed files with 431 additions and 128 deletions

View File

@@ -77,7 +77,7 @@ struct Light {
// Debug
uniform int u_ShowNormal;
const int MaxLight = 20;
const int MaxLight = 24;
uniform int LightCount = 0;
uniform Light Lights[MaxLight];