Skip to content

Passing COPs to SOPs

Simiraly as passing COPs to Karma, we can pass COPs data to SOPs, using op: operator, same way as we used to in "old COP" network. v@Cd = colormap("op:"+chs("cop"), @uv);. This of course will work with any node that is expecting image file path.

cop-to-sop-1

We can use this technique as an alternative for creating things like 2D vector visualizer, without the need for vex or opencl.

cop-to-sop-1