瀏覽代碼

add validation tests

Trevor Baron 7 年之前
父節點
當前提交
08ecdbe0d0
共有 3 個文件被更改,包括 10 次插入0 次删除
  1. 二進制
      tests/validation/ReferenceImages/KernelBlur.png
  2. 二進制
      tests/validation/ReferenceImages/depthOfField.png
  3. 10 0
      tests/validation/config.json

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


二進制
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",