Color4 Passthrough

 
 
 

Category: Processing > Share

Shader Family: Texture

Output: Color

This shader passes a color value through the render tree and shares the output among other nodes connected to its input channels.

These channels are "dummy" inputs that get called and evaluated, but do not have an effect on the final rendered output in the render tree. The primary purpose of these channel ports is to connect multiple Store In Channel shaders, all of which can share (or rather store) the data passing through the node's main input port. For more information, see Data > Render Channel.

It is important to note that by default, mental ray clips color samples after each ray, before filtering them into the final pixel value. The Clip alpha below RGB mode first clips RGB values to the 0 to 1 range, and then clips alpha values to the MaxRGB to 1 range. If you need to preserve RGB color and intensity as well as accurate transparencies, you can set the Color Channel Clipping option to No Clip in the Framebuffer > Motion Data settings of the mental ray Render Options Property Editor.

Name

The shader's name. Enter any name you like, or leave the default.

input

A color input value is shared among the connected nodes.

Channels

Add

Adds an Item port (parameter) to the channels port group.

Clear

Removes all Item ports (parameters) from the channels port group.

Item

item

A channel port. When connected, the port shares the data passing through the node's main input port.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License