zeux / meshoptimizer

Mesh optimization library that makes meshes smaller and faster to render
MIT License
5.49k stars 473 forks source link

gltfpack: Optionally keep unused vertex attributes #719

Closed zeux closed 2 months ago

zeux commented 2 months ago

When a new option -kv is specified, gltfpack no longer removes unused vertex attributes (v mirrors existing usage for -sv and -vX).

This can be useful in a few cases:

Fixes #715.