Area Light Options
Detect
Supersampling
Detect
Recursion
Pass
1 Quality
Pass
2 Quality
Contrast
Blur
Ray Bias
Jitter Amount
Area Light Dimensions
Width
Height
Length
Coplanar Face Culling
Skip
Coplanar Faces
Threshold
Transparent Objects: Enables the detection of transparent, or semitransparent objects. This includes opacity mapped, or transparency mapped objects.
Mode: There are currently 7 modes available, Rectangle Light and Box Light are the only fully implemented shapes.
Simple - Cast a single ray from the light toward the surface. No antialiasing or area light calculation is performed.RayFX Global Params: Pops up the RayFX Global Parameters dialog box. This dialog is currently the same as the one that shipped with Max 3.x.2D Light Shapes
Rectangle Light - Creates a flat rectangular light panel in the lights xy plane.
Disc Light - Not Implemented (pulled at the last minute)
Triangle Light - Not Implemented3D Light Shapes
Box Light - Creates a rectangular solid light.
Sphere Light - Not Implemented (pulled at the last minute)
Cylinder Light - Not Implemented
RayFX Global Exclude: Pops up the RayFX global exclude/include dialog box. This dialog is currently the same as the one that shipped with Max 3.x. Excluding an object using this dialog will exclude it from all raytracing, including reflection and refraction using the Raytrace Texture and Raytrace Material. If you want to exclude the object from shadow casting, you must use the parent light's exclusion list.
Note: The shadow casting / illumination option in the RayFX global exclude dialog currently has no effect. We may use this to generate two separate global exclusion lists, one for standard raytracing (reflections / transmission) and one for shadows, at some point in the future.
Detect Supersampling: Suppresses antialiasing on supersampled surfaces, 1 ray is cast per material sample. Antialiasing the shadows requires casting multiple rays from each pixel. If the surface receiving the shadows is supersampled, the number of rays cast will be multiplied by the number of samples the supersampler is evaluating. So if you are using the default max 2.5 star, the supersampler is shading the surface 5 times. If the raytraced light is casting 5 rays initially, that becomes 25 rays for the supersampled surface. By preventing the raytracer from antialiasing, the supersampler alone will antialias the shadow. In this case, the blur setting for the shadow will no longer have any effect.
Detect Recursion: Suppresses antialiasing for surfaces visible in raytraced reflections and refraction. Like Detect Supersampling, this is to prevent ray count explosions due to conflicting antialiasers. If the current ray level is greater than 1, no antialiasing is performed. This occurs when objects are being reflected or refracted through other objects via a raytracer.
Pass 1 Quality: Sets the number of rays in the initial bundle of rays cast. These rays are fired from every surface that receives light from the parent lightsource. The number of rays are as follows: Q1=4 rays, Q2=5 rays, Q3 to N = NxN rays. Quality 5 would mean 25 rays. This is your primary control for 'finding' small objects and thin spaces between objects. If the shadows are missing a small object in your scene, try increasing Pass 1 Quality, 1 step at a time. Also, if there are blotches in the penumbra, try increasing this setting.
Pass 2 Quality: Sets the total number of rays cast in the penumbra region, including the rays fired in pass. These rays are fired from every point that is in the penumbra, or antialiased edge of the shadow, to smooth it out. The number of rays is as follows: 2=5 rays, 3 to N = NxN. Quality 5 would mean 25 rays. Pass 2 Quality should always be greater than Pass 1 Quality. This is because the secondary rays are overlaid on top of pass 1's rays using the same algorithm. If Pass 1 Quality is set to 3, it will trace 3x3=9 rays. If Pass 2 Quality is set to 5, the number of secondary rays will be 5x5 = 25 total-9 initial = 16 secondary rays. Increase Pass 2 quality to fix banding in the penumbra, and eliminate the noise pattern from jittering.
Contrast: The maximum color difference allowed between transparent object samples before antialiasing (Pass 2) 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.
Blur: The radius, in pixels, to blur the antialiased edge. The larger this value, the higher the quality required. Increasing the blur also increases the likelyhood of missing small objects. In this case, Pass 1 Quality will have to be increased. For area shadows, this adds a little blur on top of the area shadow effect to help keep the penumbra from collapsing completely.
Ray Bias: 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. The higher the blur, the higher the required bias.
Jitter Amount: How much randomness to add to the ray positions. The rays are initially in a very regular pattern, which can show up in the blurry part of the shadow as regular artifacts. Jittering will convert these artifacts to noise, which is generally less noticeable to human perception. Recommended values are 0.25 to 1.0. Very blurry shadows require more jitter.
Width: The length of a light edge, in units, along the parent lightsource's local X-Axis.
Height: The length of a light edge, in units, along the parent lightsource's local Y-Axis.
Length: The length of a light edge, in units, along the parent lightsource's local Z-Axis.
Skip Coplanar Faces: Prevents adjacent faces from shadowing each other. This is of particular concern at the terminator on curved surfaces such as spheres. The threshold is the basically the angle (range 0 to 1.0)
Threshold: Essentially the angle (range 0.0=perpendicular to 1.0=parallel.)