ソースを参照

Added material files that I forgot to include in my last PR.

Signed-off-by: santorac <[email protected]>
santorac 2 年 前
コミット
2a17133085

+ 7 - 0
Materials/MaterialPipelineTest/MaterialPipelineTest_Enhanced.material

@@ -0,0 +1,7 @@
+{
+    "materialType": "@projectroot@/Cache/Intermediate Assets/testdata/materials/types/materialpipelinetest_enhanced_generated.materialtype",
+    "materialTypeVersion": 3,
+    "propertyValues": {
+        "subsurfaceScattering.enableSubsurfaceScattering": true
+    }
+}

+ 15 - 0
Materials/MaterialPipelineTest/MaterialPipelineTest_Standard.material

@@ -0,0 +1,15 @@
+{
+    "materialType": "@projectroot@/Cache/Intermediate Assets/testdata/materials/types/materialpipelinetest_standard_generated.materialtype",
+    "materialTypeVersion": 3,
+    "propertyValues": {
+        "base.color": [
+            0.16862745583057404,
+            0.6078431606292725,
+            0.4431372582912445,
+            1.0
+        ],
+        "base.roughness": 0.5,
+        "clearCoat.enable": true,
+        "clearCoat.roughness": 0.18000000715255737
+    }
+}