Hello world Posted May 14, 2014 Share Posted May 14, 2014 Hi I have a sphere grid and sop solver nodes which draw a red circle in grid.I am deleteing the geometry and keeping points using add sop and then using this points to instance something using copy sop.As the point counts are changing i see the geometry is flickering.Any fix for this? Quote Link to comment Share on other sites More sharing options...
fieryspoon Posted May 14, 2014 Share Posted May 14, 2014 Hi -- could you post your hip file? It's a little hard to figure out what's going on without seeing it directly :-) Quote Link to comment Share on other sites More sharing options...
Hello world Posted May 14, 2014 Author Share Posted May 14, 2014 Hi -- could you post your hip file? It's a little hard to figure out what's going on without seeing it directly :-) 1(3).hipnc Quote Link to comment Share on other sites More sharing options...
Skybar Posted May 14, 2014 Share Posted May 14, 2014 Well, you are stamping using $PT - which is a bad idea with changing point counts. And as you've noticed, causes "flickering" because the values for the stamps change along with the points. Base your stamps off of a static attribute instead. Like I've done in the hip below, basically creating $ID from $PT before anything changes and stamping with that instead. 1(3)_dv.hipnc Quote Link to comment Share on other sites More sharing options...
Hello world Posted May 14, 2014 Author Share Posted May 14, 2014 Noted,Thanks David! 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.