DEPRECATED. This shader is unsupported, but it may still get installed with Softimage to provide compatibility with older scenes that use it. It is recommended that you replace unsupported shaders in your scenes with equivalent shaders from the current Softimage shader library.
Shades the edges of an object or define an arbitrary shading direction based not on light but on the angle of the surface relative to the camera.
When used with various surface shaders, the Incidence shader defines variable transparency, for example, on a glass object so the edges appear more opaque than the center. Other possible applications are an X-ray look, static blur, varnish, or glass transparency.
output = newrange_min + (( newrange_max - newrange_min ) * (( input - oldrange_min ) / (oldrange_max - oldrange_min)))
Usually used at the end of a render tree (left side), this shader often needs to be used in conjunction with a few other shaders to obtain results. These shaders are:
Connecting this shader to the Transparency input of a surface shader and setting the Mode to Camera Direction is the best way to achieve glass-like results.