Table of Contents

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

General


The Render Channels Container allows you to extract one or more render elements from the final image. To create it press Shift + Q any where in the node graph window and select Render Channels

 

Parameters


Fragment Method - specifies how to determine the final values for render elements for which filtering is turned off (f.e. Z-depth, object ID etc):

  • Best coverage - for each pixel, the final values for the render element are taken from the object that has the largest contribution to that pixel;
  • Closest to camera - for each pixel, the final values for the render element are taken from the object that is closest to the camera.

Deep Merge Mode - controls the generation of deep data for deep OpenEXR 2 and VRST files. Normally with the default setting of By render ID, V-Ray merges the deep fragments that belong to a single object within a pixel in order to reduce the size of the deep data and also to allow for the perfect separation of the different objects if needed for post-processing purposes. However especially in cases where you have one single object with a complex shape (i.e. one VRayMesh node that represents a large portion of the scene environment) this may be undesirable and so you can change this behavior if you set the deep merge fragment mode from to By Z-depth. This will cause V-Ray to separate the deep fragments based on the similarity of their z-depth values rather than which object they belong to. The deep merge ZDepth threshold parameter specifies how close the deep fragments need to be relative to the pixel size in order to get merged, which essentially allows you to control the precision vs size of the deep file.

  • By render ID - deep fragments within a pixel are merged based on which objects they belong to (objects are differentiated based on their render ID as it appears in the render ID element);
  • By Z-depth - deep fragments within a pixel are merged based on the similarity of their z-depth values. Use the deep merge ZDepth threshold parameter to control how close fragments need to be in order to merge them.

Deep Merge Coeff - when deep merge fragment mode is By z-depth, this controls how close the fragments need to be in order to merge them. The value is relative to the pixel size. A value of 1.0 means that fragments that are within a block roughly the size of a pixel will be merged together. Lower values produce more precise deep data, but can lead to larger files. Higher values make the deep data less precise but can make the resulting deep files much smaller. A value of 0.0 will store every single image sample separately and is highly unrecommended.

+ Add - - these buttons allow you to add or remove slots that can be used to connect render channels to

Example: Connecting the Render Channels: