소스 검색

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