There are different ways to create effect nodes in vvvv. You can simply instantiate any of the effects that ship with vvvv by selecting them in the nodelist from the EX9.Effect category.
You can also dragdrop any effect file (with the extension .fx) onto a patch or from the menu select Open in Patch and select an effect file.
If you want to create an all new effect it is best to start from a simple template, that has the basic structure already laid out. The Template (EX9.Effect) node is what you're looking for. In the NodeBrowser look for this node but instead of simply creating it, clone it via CTRL+Enter or CTRL+Click. Give it a new unique name and vvvv will make a copy of the template you can now start from.
Looking at effect nodes you'll see a few pins all of them have in common:
Inputs
Outputs
The Pins representing the parameters in the effect are added according to the effect code. Note that vvvv can not interpret the structure of the effect as long as there are errors in the code and compilation fails.
todo: mesh subsets, arrays
To edit the code, rightclick the effect node and an editor window will pop up.
In the main text view you can directly edit the code. Simply start typing to be assisted with a codecompletion window that also includes a listing of all HLSL intrinsic functions. Press Ctrl+S to save and compile the effect.
If there are errors compiling the effect, they will be displayed in the lower part of the editor window. You can doubleclick any of the errors to jump to the line that contains the error.
Note: if you have several effect nodes of one Effect File open at a time, changing the code of one instance will automatically change the code of all effect nodes of that effect file, which is just the same behaviour as with patches.
anonymous user login
~2d ago
~2d ago
~9d ago
~11d ago
~13d ago
~16d ago
~16d ago
~24d ago
~30d ago
~30d ago