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.
COMMENTS
theviolator 6 years, 2 months ago |
you could use points from volume instead
David_Kahl 6 years, 2 months ago |
Of course - thats why I started with that example. It's just a small hint. :)
OneBigTree 6 years, 2 months ago |
Is there a way without using code?
Please log in to leave a comment.