Photon Render Tree

 
 
 

| Reflection

Category: Processing > Raytracing

Shader Family: Texture

Output: Color

Emits photons onto a scene based on surface characteristics, such as diffusion, reflection, and transparency. You can manipulate photon properties such as specular color, refraction, etc. This tool shader is used to create caustics.

Name

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

Diffuse

Defines the color of the cast photon based on diffuse reflection.

Specular

Defines the color of the cast photon based on specular reflection and mirror reflection.

Transparency

Defines the transparency level of the photon color when passing through the object.

0 makes the color opaque; 1 makes it transparent.

Index of Refraction

Controls the bending of the photon as it passes through material. This parameter defines the index of refraction, which varies according to the nature of the material. (The refractive index of glass is roughly 1.33.) The default is 1, which is the refractive index of air, allowing light rays to pass straight through a transparent material without distortion.

Reflectivity

Defines the reflectivity level of the photon color when hitting an object. 0 makes the color opaque; 1 makes it mirror-like.

Render Tree Usage

This shader is connected to the Photon input of the Material Node Without This shader (or a surface connection in the Photon input), caustics and global illumination effects will not render. Instead of defining a color, you can also connect a texture to either the Diffuse, Specular or Transparency inputs.

Placing another shader (such as a Color Correction shader) between the Material Node and this shader will nullify any photon effect. This shader can be anywhere in a render tree effect as long as the shader it is attached to is also attached to the Photon input of the material node.

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