How to use "Render Layers to Image" -node in Vuo SDK?

Hi,

Sorry if this is stupid question, but is there a easy way to figure out object or function names of every Vuo node in Vuo SDK? Most of them are quite easi to found from SDK documentation, but not all.

Like now, my exact problem is:

  • I have VuoList_VuoLayer object filled with layers created by VuoLayer_makeColor() -function
  • I would like to render that list to VuoImage
  • but I can’t find “Render Layers to Image” -node from Vuo SDK documentation

Have you tried searching in the GitHub repository — https://github.com/vuo/vuo ?

Although you can’t call the Render Layers to Image node directly from the SDK, you can call the same functions that it calls in its nodeInstanceEvent function.

1 Like