Q: 2d mesh (x,y) #249
Answered
by
zeux
pavelpasha
asked this question in
Q&A
Q: 2d mesh (x,y)
#249
-
Is it possible to simplify a 2d geometry (x and y only)? |
Beta Was this translation helpful? Give feedback.
Answered by
zeux
Mar 3, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zeux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meshopt_simplify
should handle this just fine although you do need to provide a 3-float coordinate stream - so you'd need to add Z=0 to each point.