Просмотр исходного кода

Adding cvar to enable light type variant selection in the loft project.

Signed-off-by: Ken Pruiksma <[email protected]>
Ken Pruiksma 2 лет назад
Родитель
Сommit
d9ccad519c
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      Project/Registry/cvars.setreg

+ 9 - 0
Project/Registry/cvars.setreg

@@ -0,0 +1,9 @@
+{   
+    "O3DE": {
+        "Autoexec" : {
+            "ConsoleCommands" : {
+                "r_enablePerMeshShaderOptionFlags": true
+            }
+        }
+    }
+}