ScanlineRender

When connected to a Scene node, the ScanlineRender node renders all the objects and lights connected to that scene from the perspective of the Camera connected to the cam input (or a default camera if no cam input exists). The rendered 2D image is then passed along to the next node in the compositing tree, and you can use the result as an input to other nodes in the script.

The ScanlineRender node also outputs deep data if there is a Deep node downstream.

See also PrmanRender, Scene, and Camera

Related Topics Link IconRelated Topics