xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
https://xelatihy.github.io/yocto-gl
2.83k stars 207 forks source link

Cleanup Yocto/Mesh #1328

Closed xelatihy closed 2 years ago

xelatihy commented 2 years ago

The Yocto/Mesh API should be significantly cleaned up. All non-highlevel functions should be removed from the header. Internally, we should keep a version of the double precision support, but remove it from the external API. Eventually, Yocto/Mesh will be moved outside of Yocto/GL.

xelatihy commented 2 years ago

For now, the API has been slightly cleanup. We need to move the cose outside of Yocto before further improvements can be done.