donmccurdy / glTF-Transform

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
https://gltf-transform.dev
MIT License
1.3k stars 145 forks source link

Optional option to join to suppress the cleanup step. #1279

Closed Archimagus closed 4 months ago

Archimagus commented 4 months ago

Resolves #1278

It is too aggressive, this gives the option to suppress it allowing for finer control, while not affecting the default behavior.

Also added option to skip cleanup on simplify and weld.

donmccurdy commented 4 months ago

Superceded by https://github.com/donmccurdy/glTF-Transform/pull/1300, thank you for raising the issue!