Hey,
I’m looking for a way to simplify a mesh and give it an exact number of triangles (instead of percentage) through the CLI
So I could say that a certain project should have exactly X amount of triangles, (let’s say 300000 in my case)
We already did it once with the Lindale support, they created a flag named –simplificationTarget which except an int argument
But I don’t find it now and I want to have transmutr on a second device with this feature
Thank you