浏览代码

updating shader variant lists

Signed-off-by: antonmic <[email protected]>
antonmic 3 年之前
父节点
当前提交
3ba7f9a0cc

+ 43 - 0
ShaderVariants/Materials/Types/BasePBR_ForwardPass.shadervariantlist

@@ -0,0 +1,43 @@
+{
+    "Shader": "Materials/Types/BasePBR_ForwardPass.shader",
+    "Variants": [
+        {
+            "StableId": 1,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 2,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false"
+            }
+        }
+    ]
+}

文件差异内容过多而无法显示
+ 181 - 226
ShaderVariants/Materials/Types/StandardPBR_ForwardPass.shadervariantlist


文件差异内容过多而无法显示
+ 817 - 194
ShaderVariants/Materials/Types/StandardPBR_ForwardPass_EDS.shadervariantlist


部分文件因为文件数量过多而无法显示