How to Preprocess meshopt_simplifySloppy #387
-
hey so i have this game engine that i want to implement LOD in it thanks in advance; |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't see how this is a bug. Please use Discussions for questions. You can of course simplify ahead of time, see https://github.com/zeux/meshoptimizer/blob/master/demo/main.cpp#L508 for a suggested sequence (you can replace simplify with simplifySloppy there). |
Beta Was this translation helpful? Give feedback.
-
that was exactly what i was looking for but in a different way; i was looking for a sorted indices array but this will do the trick thank you very much; i will try to do it with 30 or so levels |
Beta Was this translation helpful? Give feedback.
I don't see how this is a bug. Please use Discussions for questions. You can of course simplify ahead of time, see https://github.com/zeux/meshoptimizer/blob/master/demo/main.cpp#L508 for a suggested sequence (you can replace simplify with simplifySloppy there).