소스 검색

Merge pull request #8480 from Popov72/obj-visual-unit-test

Add a visual unit test for the .obj loader
sebavan 5 년 전
부모
커밋
56bc2cb003
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
         }
     ]
 }