Browse Source

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

Signed-off-by: Ken Pruiksma <[email protected]>
Ken Pruiksma 2 năm trước cách đây
mục cha
commit
d9ccad519c
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      Project/Registry/cvars.setreg

+ 9 - 0
Project/Registry/cvars.setreg

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