microsoft / glTF-Toolkit

A collection of tools for modifying and optimizing glTF assets
MIT License
295 stars 41 forks source link

Mesh compression #35

Closed najadojo closed 6 years ago

najadojo commented 6 years ago

Updates for future 1809 (rs5) Add ability to apply Draco mesh compression. Modify SerializeBinary to allow for BufferView's that we don't understand natively.

This change requires a vcpkg installation of draco with a change applied.

robertos commented 6 years ago

Superceded by #36