Looking at [zeux/meshoptimizer](https://github.com/zeux/meshoptimizer), we could use some optimization to assimp output geometries. First do some tests with outputted geometries by YOGA, count the gains, and see if an integration as a lib is doable. TODO-list: - [ ] Test gltf optimizer with multiple geometries, measure the gains if any - [ ] See if it is usable as a library to add to YOGA (python bindings) - [ ] Write python bindings - [ ] Integrate to YOGA (and option to deactivate those optimizations ?)