Scatter Points into a Box with one Node

How to scatter points in a Box with one node using one line of code.The standard way to scatter points would be to create a box, use IsoOffset to get a volume from that box and then use Scatter to distribute points into that volume.But this also creates multiple nodes for different settings if you need to change anything later.Here is a way to have that combined in one node. 

CREATED BY

DAVID KAHL

David is a Software Developer and VFX Artist based in Germany. Houdini has allowed him to combine his experience in 3D and scripting, taking both to new heights. He has a passion for sharing his knowledge and tries to do his very best to make a difference in the community.

More from David Kahl

COMMENTS

  • theviolator 5 years, 6 months ago  | 

    you could use points from volume instead

    • David_Kahl 5 years, 6 months ago  | 

      Of course - thats why I started with that example. It's just a small hint. :)

  • OneBigTree 5 years, 6 months ago  | 

    Is there a way without using code?

Please log in to leave a comment.