Feedback on a single 3d object in a scene

Hi I’ve been working on some 3d patches in vvvv for about three weeks now and I had a question about creating feedback. Is there a way to create feedback of a single sphere or 3d object in vvvv. I can feedback the texture of an object and I can put the whole scene on a quad and add effects but what I really want to do is loop a single 3d object in a fairly large patch. I am guessing it has something to do with one of the frame delay patches but I have tried them all and can’t figure it out. Any help would be so greatly appreciated.

Love

TRASHTRASH

if you need textures with transparency, two things:

  • renderer background color alphachannel set to zero
  • dx9texture format that starts with A (try a8), to be able to pack the alpha channel into your texture

if you are looking for transformation based feedback also be sure to check out the Stucture Synth plugin. I think it’s in the addon pack.

I am not really sure what you mean but I made a little patch where you have videofeedback with a 3D object moving.

Is this what you mean?

-sunep

3D_w_feedback.v4p (11.2 kB)

Thanks Sunep that is exactly what I was trying to do. It is much appreciated. Thanks so much.

TRASHTRASH