Hello,
I created a container that takes a CHOP input representing an iteration number and uses it as a seed to produce a shape. When I press a key on my keyboard, I want to create a new instance of my container, count the number of times the key was pressed, and feed this count as the input to the new instance. Then, I want to add the new shape next to the first one.
I have figured out the keyboard input and the logic for scaling and placing the shapes on a plane, but I can’t figure out how to handle the “dynamic” instantiation of containers.
Any help would be appreciated. Thank you!