Преглед на файлове

Add Validation Tests for components

sebastien преди 7 години
родител
ревизия
1454ec738f
променени са 3 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. BIN
      tests/validation/ReferenceImages/meshSimplification.png
  2. BIN
      tests/validation/ReferenceImages/ssao2.png
  3. 12 0
      tests/validation/config.json

BIN
tests/validation/ReferenceImages/meshSimplification.png


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