3d object texture delay

dreamrec's picture

I want to build a pattern out of a simple 3d model, and to time delay the texture i'm sending to objects. How do i achieve that ? with iterations & Queue ?

thanks

dreamrec's picture
Re: 3d object texture delay

imagine something like this http://vimeo.com/1815961 , but with a time delay on the texture.

franz's picture
Re: 3d object texture delay

queue, then each iteration is plugged to a specific index in the queue.

dreamrec's picture
Re: 3d object texture delay

i've managed to do this, but still i can't get the thing i wanted, to be able to delay a color change, or a texture , with a control over the time rate.

PreviewAttachmentSize
timedelay.qtz7.48 KB

franz's picture
Re: 3d object texture delay

you need to use an Iterator patch. And select the index WITHIN the iterator, using the "iterator Variables" patch.

dreamrec's picture
Re: 3d object texture delay

thank you