hello,
I am rendering an object using instancing.
I can have any instanced object with different position, size and color
but
How can i have multiple of this object with different transformations ?
For example : i have a plane which i am periodically folding and unfolding in half. For now every instance generated are folded and unfolded at the same time. I would like them to be randomly folded and unfolded like with an animation offset for each instanced object
What is the way to go ?
Thanks a lot