소스 검색

Add a visual unit test for the .obj loader

Popov72 5 년 전
부모
커밋
fa1ea6720d
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      tests/validation/ReferenceImages/objTestLoader.png
  2. 6 0
      tests/validation/config.json

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