소스 검색

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

Signed-off-by: Ken Pruiksma <[email protected]>
Ken Pruiksma 2 년 전
부모
커밋
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
+            }
+        }
+    }
+}