Hello
Is there a way to generate a size gradient using pufferfish twisted box, with attractor points?
Right now i was able to create a twisted box array but with u, v, w parameters
Thanks in advance
tbox.gh (18.0 KB)
Hello
Is there a way to generate a size gradient using pufferfish twisted box, with attractor points?
Right now i was able to create a twisted box array but with u, v, w parameters
Thanks in advance
tbox.gh (18.0 KB)
u, v, w parameters are necessary if you want to use that component, but the way you generate/distribute those parameters in the [0,1] domain is the key to achieve size gradients
with Range you supply a Domain and a number of steps, the component will output all the numbers you jump through to go from Domain_Start to Domain_End with number_of_steps jumps, all equally distributed along the domain
that means that also your box sizes will be equally distributed along the domain
you can try passing the Range output through a Graph Mapper and play with it:
Hello Inno
Thank you so mucho for your reply.
I will see how to use a point instead of graph mapper, since the info to generate the gradient comes from excel
Best regards.