Quellcode durchsuchen

Merge pull request #25 from o3de/pruiksma/variant_and_material_updates

Adding shader variant lists for basePBR, adding light options to lists.
Ken Pruiksma vor 2 Jahren
Ursprung
Commit
673ef748c3

+ 1 - 0
Project/Code/enabled_gems.cmake

@@ -49,5 +49,6 @@ set(ENABLED_GEMS
     Sponza
     DevTextures
     MaterialEditor
+    ScriptAutomation
     DiffuseProbeGrid
 )

+ 9 - 0
Project/Registry/cvars.setreg

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

+ 973 - 0
Project/ShaderVariants/Shaders/Materials/BasePBR/BasePBR_ForwardPass.shadervariantlist

@@ -0,0 +1,973 @@
+{
+    "Shader": "Shaders/Materials/BasePBR/BasePBR_ForwardPass.shader",
+    "Variants": [
+        {
+            "StableId": 1,
+            "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"
+            }
+        },
+        {
+            "StableId": 2,
+            "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": 3,
+            "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": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 4,
+            "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": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 5,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "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": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 6,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 7,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 8,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 9,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 10,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 11,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 12,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "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": 13,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 14,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "false",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 15,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 16,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 17,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 18,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 19,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 20,
+            "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": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        {
+            "StableId": 21,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false"
+            }
+        },
+        
+        {
+            "StableId": 101,
+            "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",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+
+            }
+        },
+        {
+            "StableId": 102,
+            "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",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 103,
+            "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": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 104,
+            "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": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 105,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "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": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 106,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 107,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 108,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 109,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 110,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 111,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 112,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "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",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 113,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 114,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "false",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 115,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 116,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 117,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 118,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "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": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 119,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "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": "true",
+                "o_roughness_useTexture": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 120,
+            "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": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 121,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_roughness_useTexture": "false",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        }
+    ]
+}

+ 56 - 0
Project/ShaderVariants/Shaders/Materials/EnhancedPBR/EnhancedPBR_ForwardPass_EDS.shadervariantlist

@@ -0,0 +1,56 @@
+{    
+    "Shader": "Shaders/Materials/EnhancedPBR/EnhancedPBR_ForwardPass_EDS.shader",
+    "Variants": [
+        {
+            "StableId": 1000,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_detail_baseColor_useTexture": "false",
+                "o_detail_blendMask_useTexture": "false",
+                "o_detail_normal_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAnisotropy": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "true",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_subsurfaceScattering_useTexture": "false",
+                "o_transmission_mode": "TransmissionMode::ThinObject",
+                "o_transmission_useTexture": "true",
+                "o_useHeightmap": "false"
+            }
+        }
+    ]
+}

+ 2696 - 0
Project/ShaderVariants/Shaders/Materials/StandardPBR/StandardPBR_ForwardPass_EDS.shadervariantlist

@@ -0,0 +1,2696 @@
+{
+    "Shader": "Shaders/Materials/StandardPBR/StandardPBR_ForwardPass_EDS.shader", 
+    "Variants": [
+        {
+            "StableId": 1000,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1001,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1002,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1003,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1004,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1005,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1006,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1007,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1008,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1009,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1010,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1011,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1012,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::TintedTransparent",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1013,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::TintedTransparent",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1014,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "true",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "true",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1015,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1016,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1017,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1018,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1019,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1020,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::Contact",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "true",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Medium",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "true",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1021,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1022,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1023,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1024,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Blended",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1025,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "true",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1026,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "true",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "true",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::Contact",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Medium",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "true",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+        {
+            "StableId": 1027,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false",
+                "o_enableSphereLights" : "false",
+                "o_enableSphereLightShadows" : "false",
+                "o_enableDiskLights" : "true",
+                "o_enableDiskLightShadows" : "true",
+                "o_enableCapsuleLights" : "false",
+                "o_enableQuadLightLTC" : "false",
+                "o_enableQuadLightApprox" : "false",
+                "o_enablePolygonLights" : "false"
+            }
+        },
+
+
+        
+        {
+            "StableId": 1100,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1101,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1102,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1103,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1104,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1105,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1106,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1107,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1108,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1109,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1110,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1111,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1112,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::TintedTransparent",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1113,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::TintedTransparent",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1114,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "true",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "true",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1115,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1116,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1117,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1118,
+            "Options": {
+                "o_applySpecularAA": "false",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1119,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1120,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::Contact",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "true",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Medium",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "true"
+            }
+        },
+        {
+            "StableId": 1121,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1122,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1123,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1124,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Multiply",
+                "o_baseColor_useTexture": "false",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "false",
+                "o_opacity_mode": "OpacityMode::Blended",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "false",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1125,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "true",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1126,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "true",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "true",
+                "o_clearCoat_normal_useTexture": "true",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "true",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "false",
+                "o_emissive_useTexture": "false",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "true",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "false",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::Contact",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Medium",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "true",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "true",
+                "o_useHeightmap": "false"
+            }
+        },
+        {
+            "StableId": 1127,
+            "Options": {
+                "o_applySpecularAA": "true",
+                "o_area_light_validation": "false",
+                "o_baseColorTextureBlendMode": "TextureBlendMode::Lerp",
+                "o_baseColor_useTexture": "true",
+                "o_blend_between_cascades_enable": "false",
+                "o_clearCoat_enabled": "false",
+                "o_clearCoat_factor_useTexture": "false",
+                "o_clearCoat_feature_enabled": "false",
+                "o_clearCoat_normal_useTexture": "false",
+                "o_clearCoat_roughness_useTexture": "false",
+                "o_diffuseOcclusion_useTexture": "false",
+                "o_directional_shadow_filtering_method": "ShadowFilterMethod::Pcf",
+                "o_directional_shadow_receiver_plane_bias_enable": "true",
+                "o_emissiveEnabled": "true",
+                "o_emissive_useTexture": "true",
+                "o_enableAreaLights": "true",
+                "o_enableDirectionalLights": "true",
+                "o_enableIBL": "true",
+                "o_enablePunctualLights": "true",
+                "o_enableShadows": "true",
+                "o_enableSubsurfaceScattering": "false",
+                "o_materialUseForwardPassIBLSpecular": "false",
+                "o_meshUseForwardPassIBLSpecular": "false",
+                "o_metallic_useTexture": "true",
+                "o_normal_useTexture": "true",
+                "o_opacity_mode": "OpacityMode::Opaque",
+                "o_opacity_source": "OpacitySource::Packed",
+                "o_parallax_algorithm": "ParallaxAlgorithm::POM",
+                "o_parallax_enablePixelDepthOffset": "false",
+                "o_parallax_feature_enabled": "false",
+                "o_parallax_highlightClipping": "false",
+                "o_parallax_quality": "ParallaxQuality::Low",
+                "o_parallax_shadow": "false",
+                "o_roughness_useTexture": "true",
+                "o_shader_debugging_enabled": "true",
+                "o_specularF0_enableMultiScatterCompensation": "false",
+                "o_specularF0_useTexture": "false",
+                "o_specularOcclusion_useTexture": "false",
+                "o_useHeightmap": "false"
+            }
+        }
+    ]
+}