Node
ノードプログラミング言語のメイン要素。インプットピンとアウトプットピンがついた小さな箱みたいなもの
https://gyazo.com/9f630e64b473a7663dab4ad216806c21
Nodes are the main building blocks of a patch. They have input Pins at the top and output Pins at the bottom. Pins are the hubs that allow Nodes to be connected via Links. Nodes are also referred to as the "application" of a node definition.
vvvvに用意されているものだけでなく、C#やF#で自分でノードを書いて使用できる RetroRectangleって名前で光と影をつけた矩形作るノード書いた
https://gyazo.com/96c6c3e156f784b238afd281fee4de0d
中身は矩形+二つのポリゴンオブジェクト
外側の3点・内側の3点を良い感じに囲んでポリゴン作ろ!