Symbolic Posted April 7, 2008 Share Posted April 7, 2008 Hi, I have a volume of points... like a sphere full of points... I am trying to reduce the points... so get more points at the bottom and less towards the top... So I wanted to group some of the points randomly... but make more points to fall in this group as we get to the bottom of the volume... Any ideas... Sorry if it is too easy to do... my brain is fried! Cheers. Quote Link to comment Share on other sites More sharing options...
Netvudu Posted April 7, 2008 Share Posted April 7, 2008 From the top of my head, why don Quote Link to comment Share on other sites More sharing options...
pclaes Posted April 7, 2008 Share Posted April 7, 2008 You already have the sphere of points right, so perhaps this works: group by expression: rand($PT) * fit01($BBY,1,0.2) > 0.2 point_selection_test_01.hip Quote Link to comment Share on other sites More sharing options...
Symbolic Posted April 8, 2008 Author Share Posted April 8, 2008 You already have the sphere of points right, so perhaps this works:group by expression: rand($PT) * fit01($BBY,1,0.2) > 0.2 Hey... it worked... thanks what would be the solution to compress the effect towards the bottom... like make the point selection very dense at the bottom of $BBY... and very rare towards the top... // Like when using a $CR in a point sop... to make the red very dense at the bottom... and very pale towards the top? Cheers Quote Link to comment Share on other sites More sharing options...
eetu Posted April 8, 2008 Share Posted April 8, 2008 outvalue = pow(invalue,gamma) Quote Link to comment Share on other sites More sharing options...
Symbolic Posted April 8, 2008 Author Share Posted April 8, 2008 ow! thanks. Quote Link to comment Share on other sites More sharing options...
yeshi Posted April 9, 2008 Share Posted April 9, 2008 there i use volume mix create the gradient scatter point, hope this help, yeshi, H9_Volume_Gradient.hipnc Quote Link to comment Share on other sites More sharing options...
Symbolic Posted April 9, 2008 Author Share Posted April 9, 2008 there i use volume mix create the gradient scatter point, hope this help, yeshi, Thanks! This is very helpful. Cheers Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted April 9, 2008 Share Posted April 9, 2008 there i use volume mix create the gradient scatter point, hope this help, yeshi, This is great ! THANKS 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.