浏览代码

Add validation tests

Popov72 4 年之前
父节点
当前提交
5056399faa

二进制
tests/validation/ReferenceImages/glowlayerandlods.png


二进制
tests/validation/ReferenceImages/shadowsandlod.png


二进制
tests/validation/ReferenceImages/shadowsinstancesleft.png


二进制
tests/validation/ReferenceImages/shadowsinstancesright.png


+ 22 - 0
tests/validation/config.json

@@ -945,6 +945,28 @@
             "referenceImage": "geometrybufferrenderer.png",
             "renderCount": 10,
             "excludeFromAutomaticTesting": true
+        },
+        {
+            "title": "Shadows and LODs",
+            "playgroundId": "#F7KZ7C#9",
+            "referenceImage": "shadowsandlod.png"
+        },
+        {
+            "title": "Glow layer and LODs",
+            "playgroundId": "#UNS6ZV#2",
+            "referenceImage": "glowlayerandlods.png"
+        },
+        {
+            "title": "Shadows with instances in left handed system",
+            "renderCount": 10,
+            "playgroundId": "#MSAHKR#12",
+            "referenceImage": "shadowsinstancesleft.png"
+        },
+        {
+            "title": "Shadows with instances in right handed system",
+            "renderCount": 10,
+            "playgroundId": "#MSAHKR#13",
+            "referenceImage": "shadowsinstancesright.png"
         }
     ]
 }