algorithmic modeling for Rhino
Hi,
Is there a way around to make pixels (random boxes) like that ?
http://www.betonhala.com/2011/proposals/p119/
Tags:
Yes, it is possible and quite easy. Here is a brief outline:
1. Create a field of points (n)
2. Create n random numbers between 0-1
3. Set up a greater than or less than test and compare the random numbers to a slider value (between 0-1). This will produce n true/false values.
4. Cull the n points with this list of booleans (true/false values are often called booleans)
5. Create a box at the remaining points
Try this first and then you can get tricker by making the random less random and relating it instead to attractors (maybe with some random noise).
Good luck.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by