Render Channels & Framebuffers
A render channel is a named description of image data with a given data type. Its framebuffer specifies where and how the channel's image data should be written out.
Essentially, render channels are a mechanism for outputting multiple images, each containing different information, from a single pass. When you render the pass, you can specify which channels should be output in addition to the full pass. By default a Main render channel is declared for every pass (you can think of it as the “beauty” channel rendered for each pass) and it has a color data type.
Preset render channels allow you to isolate scene attributes that are commonly rendered in separate passes. All you need is your default pass and you can quickly output the preset ambient, diffuse, specular, reflection, refraction, and irradiance render channels.
Topics
• Working With Built-In and Preset Channels
• Working With Custom Channels
• Previewing and Rendering Channels
Autodesk Softimage v.7.5