KhronosGroup / glTF-CSharp-Loader

C# Reference Loader for glTF
Other
213 stars 60 forks source link

Fixed unit test, a few changes, and documented the methods #9

Closed vpenades closed 6 years ago

vpenades commented 6 years ago

After a later review, I found I left some garbage in the unit tests, which I removed in this pull request.

Also did some cleanup, and swapped two arguments of the Buffer and Image loader methods, so they're more consistent now.

Finally, added some documentation. Of special interest is the remarks explaining how to use the external dependency solvers.

vpenades commented 6 years ago

Thanks!