소스 검색

add validation tests

Trevor Baron 7 년 전
부모
커밋
08ecdbe0d0
3개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      tests/validation/ReferenceImages/KernelBlur.png
  2. BIN
      tests/validation/ReferenceImages/depthOfField.png
  3. 10 0
      tests/validation/config.json

BIN
tests/validation/ReferenceImages/KernelBlur.png


BIN
tests/validation/ReferenceImages/depthOfField.png


+ 10 - 0
tests/validation/config.json

@@ -237,6 +237,16 @@
       "referenceImage": "assetContainer.png"
     },
     {
+      "title": "Depth of field",
+      "playgroundId": "#IDSQK2#7",
+      "referenceImage": "depthOfField.png"
+    },
+    {
+      "title": "Kernel Blur",
+      "playgroundId": "#Y0WKT0",
+      "referenceImage": "KernelBlur.png"
+    },
+    {
       "title": "GLTF Mesh Primitive Attribute Test",
       "scriptToRun": "/Demos/GLTFMeshPrimitiveAttributeTest/index.js",
       "functionToCall": "createScene",