vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
478 stars 75 forks source link

Test 'CreateSceneWithSpecularGlossinessExtension' failing #13

Closed bertt closed 5 years ago

bertt commented 5 years ago

Test 'CreateSceneWithSpecularGlossinessExtension' is failing, think because images are missing (like WaterBottle_normal.png)

vpenades commented 5 years ago

Ah, yes, you're right

That test requires to download the reference files before running the tests.

Reference files are automatically downloaded by other tests (it takes several minutes to download, depending on your connection), but the test you mention did not download them, I'll fix it!

bertt commented 5 years ago

Thanks, works now!