neosca Posted November 27, 2016 Share Posted November 27, 2016 I am trying to scatter some points on a circle. But I want the points to be scattered more near the center and less towards the outer side. In the old Houdini Scatter I could do it by making my Circle Primitive type to "Polygon" and then uncheck "Divide Non- Convex Polygon" on the scatter node. However, in the new scatter node of Houdini 14 and 15, this option is not available. Here is what I am trying to achieve, this is with the old scatter node. This is what I am getting with the new scatter node. Please help. Quote Link to comment Share on other sites More sharing options...
Atom Posted November 27, 2016 Share Posted November 27, 2016 (edited) It does not look like you are leveraging the density attribute on the new scatter node. You can drop down a Paint node and paint the density on the circle where you want the highest concentration of points. Paint from white to black areas to control where the points appear. Activate the Density Attribute checkbox and replace the word density with Cd. Then color paint will drive density. ap_paint_scatter_density.hiplc Edited November 27, 2016 by Atom Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted November 27, 2016 Share Posted November 27, 2016 You can also use polar coordinates for distributing points on a circle. The centric density can then be controlled with a power function. circle_scatter.hipnc Quote Link to comment Share on other sites More sharing options...
davpe Posted November 27, 2016 Share Posted November 27, 2016 or you can make your density based on distance from a center point. 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.