Trace functions are functions provided by mental ray that allow a shader to cast a ray into the scene, most of them using standard ray tracing. Not all types of tracing functions can be used in all types of shaders. Conversely, many trace functions cause shaders to be called. This section lists these interdependencies.
The following table shows which shaders are called from which trace functions. Displacement, contour, and photon shaders are never called by any of the functions, and may not call any of them. Note that probe rays never call shaders.
function calls shader | lens | mtl | env | light | shad | vol |
---|---|---|---|---|---|---|
mi_trace_eye | ♦ | ♦ | ♦ | ◊ | ◊ | ♦ |
mi_trace_reflection | ◊ | ♦ | ♦ | ◊ | ◊ | ♦ |
mi_trace_refraction | ◊ | ♦ | ♦ | ◊ | ◊ | ♦ |
mi_trace_transparent | ◊ | ♦ | ♦ | ◊ | ◊ | ♦ |
mi_trace_environment | ◊ | ◊ | ♦ | ◊ | ◊ | ♦ |
mi_trace_light | ◊ | ◊ | ◊ | ♦ | ◊ | ♦ |
mi_sample_light | ◊ | ◊ | ◊ | ♦ | ◊ | ♦ |
mi_trace_shadow | ◊ | ◊ | ◊ | ◊ | ♦ | ◊ |
mi_trace_shadow_seg | ◊ | ◊ | ◊ | ◊ | ♦ | ♦ |
The following table shows which trace functions may be called from certain types of shaders:
function called from shader | lens | mtl | env | light | shad | ray vol |
light vol |
---|---|---|---|---|---|---|---|
mi_trace_eye | ♦ | ◊ | ◊ | ◊ | ◊ | ◊ | ◊ |
mi_trace_reflection | ◊* | ♦ | ♦* | ◊* | ◊* | ♦ | ◊* |
mi_trace_refraction | ◊* | ♦ | ♦* | ◊* | ◊* | ♦ | ◊* |
mi_trace_transparent | ◊* | ♦ | ♦* | ◊* | ◊* | ♦ | ◊* |
mi_trace_environment | ♦* | ♦ | ♦ | ♦* | ♦ | ♦ | ♦ |
mi_trace_light | ♦* | ♦ | ♦* | ◊* | ◊* | ♦ | ◊* |
mi_sample_light | ♦* | ♦ | ♦* | ◊* | ◊* | ♦ | ◊* |
mi_trace_shadow | ◊ | ◊ | ◊ | ♦ | ◊ | ◊ | ♦ |
mi_trace_shadow_seg | ◊ | ◊ | ◊ | ◊ | ♦ | ◊ | ◊ |
state->cache
to NULL and generates
an artificial intersection point if none is present.Copyright © 1986-2010 by mental images GmbH