i saw this application in the henry ford museum in detroit and want to realize this in vvvv.
The real life application would be a few strings exposed with a projector with different shapes. But this should also be cool do design in vvvv and play with it from different signals and viewing angles.
Can you please help me to bring this alive? I’m basically familiar with vvvv and i’m able to modify existing patches or do simple things from scratch, but this seems to be hard atm without a good hint.
I wonder, if it could be achieved by raymarching? Provided that the source of “beam of light” as the position of camera, as you know the angle and size of every layer of cones, you know the ray march direction. Then, if the string surface is a SDF, then, you got every intersection points.
Well generally speaking you don’t really need everything raymarched for that, it’s enough to have a shader with simple cone distance function and then you can easily intersect it with normal geometry…
Hi, you could also check this library ParaLib | vvvv there are some similar examples.
It´s not designed for realtime applications but it would be interesting as starting point.