nate.usiak Posted March 8, 2013 Share Posted March 8, 2013 Hey all, I have been having issues with deleting dead particles in a GEO_PrimParticle system. I will refer to the SOP_SParticle.C example file. When using this node as the particles reach the end of their life they are marked for deletion by use of deadParticle(). All of these marked particles are then deleted by deleteDead(). The issue I have run into is that this only deletes the vertex not the point. The points still show up in the viewport and just stop moving. I am trying to figure out how the points and verticies can be deleted. I have been searching and trying to figure this out for a bit now so I am posting on here because I have been unable to figure it out. Any help or suggestions would be greatly appreciated. Thank you much. -Nate I am cross posting on SideFx forum: http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=129356#129356 Quote Link to comment Share on other sites More sharing options...
edward Posted March 9, 2013 Share Posted March 9, 2013 Try calling GA_Detail::destroyUnusedPoints(). 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.