slayw 1 Posted December 27, 2020 Hi, I have a problem with my simulation, it's not matching with my ground and i can see it in my render. Do you know why and how i can handle this ? (sorry for my english) Share this post Link to post Share on other sites
anoop 0 Posted December 30, 2020 Hi, You need to remove the lower surface of the mesh, it doesn't need to be rendered. Group the areas to be deleted by using the ground(collision) geometry. Share this post Link to post Share on other sites
ejr32123 86 Posted December 30, 2020 (edited) What I do is select all the points next to the ground and push them all below. The white spots are the result of some of the mesh being above the ground. You can do that many ways. Using a ray sop and limiting to points close to the ground, then overdrive it to push it downward. Or, sometimes I just transform the points downward. Edited December 30, 2020 by ejr32123 Share this post Link to post Share on other sites
slayw 1 Posted January 6 On 30/12/2020 at 4:09 PM, ejr32123 said: What I do is select all the points next to the ground and push them all below. The white spots are the result of some of the mesh being above the ground. You can do that many ways. Using a ray sop and limiting to points close to the ground, then overdrive it to push it downward. Or, sometimes I just transform the points downward. Thank you, i used Ray ! 1 Share this post Link to post Share on other sites