shishkovdima Posted December 5, 2018 Share Posted December 5, 2018 Hello everyone, The title says it all. But to illustrate the idea better, I've also attached an image, where red lines show concave parts, that have to be smoothed (simplified), and green mark convex parts, that have to be preserved. Quote Link to comment Share on other sites More sharing options...
acey195 Posted December 5, 2018 Share Posted December 5, 2018 I would do the following: Create a convex hull Measure the distance between the mesh and the hull Constrain the smoothing, based on this distance. Possibly you want to do this in an iterative loop, smoothing in smaller increments, re-evaluating the constraints every iteration. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.