Adv__Ray_traced - superclass: Shadow; super-superclass:MAXWrapper - classID: #(965083161, 1037325786) Advanced_Ray_traced - superclass: Shadow; super-superclass:MAXWrapper - classID: #(965083161, 1037325786)
Value > MAXWrapper > Shadow > Adv__Ray_traced |
This shadow generator class implements an advanced raytraced shadow generator which is better suited for rendering complex scenes.
Selects the type of raytracing for generating shadows:
When on, backfaces are not ignored when calculating shadows. Objects seen from the inside are not lit by lights from the outside. This costs a bit more render time. When off, backfaces are ignored. Rendering is quicker, but outside lights illuminate object interiors.
The number of rays cast from an illuminated surface.
The number of secondary rays cast from an illuminated surface
The radius, in pixels, to blur the antialiased edge.
The minimum distance from the point being shaded that an object must be to cast a shadow. This prevents blurred shadows from affecting surfaces they shouldn't.
Adds randomness to the ray positions.
<Adv__Ray_Traced>.shadow_Transparent Boolean default: false -- animatable; boolean; Transparent_Shadows
When checked, transparent surfaces will cast a colored shadow. Otherwise, all shadows are black and calculate faster.
<Adv__Ray_traced>.aa_threshold Color default: (color 25.5 25.5 25.5) -- RGB color; Antialiasing_Threshold
The maximum color difference allowed between transparent object samples before antialiasing is triggered. Increasing the value of this color will make the shadow less sensitive to aliasing artifacts and improve speed, decreasing the value will increase the sensitivity, improving quality.
<Adv__Ray_Traced>.suppress_mat_aa Boolean default: true -- animatable; boolean; Suppress_Supersampling
When checked, only Pass 1 is used during 2-Pass Antialiasing when shading a supersampled material.
<Adv__Ray_Traced>.suppress_reflt_aa Boolean default: true -- animatable; boolean; Suppress_Reflection_Antialiasing
When checked, only Pass 1 is used during 2-Pass Antialiasing when shading reflections or refractions.
Prevents adjacent faces from shadowing each other. This is of particular concern at the terminator on curved surfaces such as spheres.
The angle between adjacent faces. Range is from 0.0 (perpendicular) to 1.0 (parallel).
When set to true , Area Shadows will be disabled.