Hello everyone!
I’m working on a project where I use sound data from PureData to interact with a pointcloud in real time. I studied the Shader Workshop and modified shader code on top of the existing vvvv nodes — it kind of works already and looks nice.
But I got stuck with the DrawFX pipeline:
I can define some variables and pass data into the shader.
But…Later in the pipeline, the output is always just IEffect, and I can’t find a way to get back the values (e.g. from VS/GS stages).I know this might be just the fixed design of the rendering pipeline, but I’d like to know if there’s any way to do it in vvvv.
Maybe I’m missing something? Is there a way in vvvv/Stride to capture or expose such values in real time? Has anyone tried something like this?Also, if I were to do similar operations in Fuse, how would its efficiency compare to writing shader code directly?
Any hints are welcome, thanks!





