浏览代码

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
     }
   ]
 }