瀏覽代碼

Add Validation Tests for components

sebastien 7 年之前
父節點
當前提交
1454ec738f
共有 3 個文件被更改,包括 12 次插入0 次删除
  1. 二進制
      tests/validation/ReferenceImages/meshSimplification.png
  2. 二進制
      tests/validation/ReferenceImages/ssao2.png
  3. 12 0
      tests/validation/config.json

二進制
tests/validation/ReferenceImages/meshSimplification.png


二進制
tests/validation/ReferenceImages/ssao2.png


+ 12 - 0
tests/validation/config.json

@@ -517,6 +517,18 @@
       "title": "LightFalloff",
       "playgroundId": "#20OAV9#201",
       "referenceImage": "lightFalloff.png"
+    },
+    {
+      "title": "MeshSimplification",
+      "playgroundId": "#1ED15P#35",
+      "referenceImage": "meshSimplification.png"
+    },
+    {
+      "title": "SSAO2",
+      "playgroundId": "#XT1HAS#1",
+      "referenceImage": "ssao2.png",
+      "renderCount": 200,
+      "excludeFromAutomaticTesting": true
     }
   ]
 }