Stretching Video Texture over multiple Quads

Hello everybody!

I’m pretty new to vvvv. I have a question and I can’t find a solution.

I have a few Quads in my Patch and a VideoIn. I would like to stretch the whole Video over all the Quads.

When I searched for a solution I found two Patches named “QuadTextureSpread” and “QuadTextureSpread_v2”. But those don’t work for me, because there is only one Quad which was “multiplied” (I don’t know how to call it) via the Cross node.
I really need seperated Quads, because I have to move them independantly in all three dimensions.

I have attached a jpg, which shows how I would like to have it.

It would be great if someone could help me!

Thanks very much! And thank you for such a wonderful tool like vvvv!

Oh, and sorry for my bad English… Didn’t write English for a long time ;)

You can assign the same Texture to all of the Quads and stretch them with TextureTransform!

multiquadtex.v4p (4.9 kB)

girlpower/texture transform.v4p

Connect the transformation (2d) node also to the texture transform, et voilá

you can solve that by concatenating your coordinates to a spread and apply the same transformation to the texture:

texture over quads.v4p (14.2 kB)