浏览代码

Add a visual unit test for the .obj loader

Popov72 5 年之前
父节点
当前提交
fa1ea6720d
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 二进制
      tests/validation/ReferenceImages/objTestLoader.png
  2. 6 0
      tests/validation/config.json

二进制
tests/validation/ReferenceImages/objTestLoader.png


+ 6 - 0
tests/validation/config.json

@@ -853,6 +853,12 @@
             "title": "GLTF Extension KHR_materials_variants",
             "playgroundId": "#BKGTKL#2",
             "referenceImage": "gltfExtensionKhrMaterialsVariants.png"
+        },
+        {
+            "title": "OBJ loader test",
+            "playgroundId": "#SYQW69#311",
+            "referenceImage": "objTestLoader.png",
+            "renderCount": 10
         }
     ]
 }