vpenades / SharpGLTF

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

Example1 seems to use an older version of the api #34

Closed marcuslindh closed 4 years ago

marcuslindh commented 4 years ago

I can't make it work, Is there one example that is updated?

vpenades commented 4 years ago

That's right, I forgot to update this example with the new APIs.

I'm in the process of refactoring the internal validation system to align it with gltf_validator, which is taking a while... but I'll see if I can fix the example by next week.

Thanks for reporting the issue!

vpenades commented 4 years ago

I've updated the project to the latest version; let me know if it works now.