Shadows / 3ds Max

Here are described the settings and best practices to setup beautiful real-time shadows in Verge3D for 3ds Max.

Dynamic shadows as seen in the Industrial Robot demo.

Contents

Preparing Max Viewport

It's recommended to set up Max's viewport as described in this section to make configuring shadows easier.

Enable the following viewport options:

Configuring shadows in 3ds Max

Shadow Filtering Types

Shadows in Verge3D look very differently depending on what shadow map filtering algorithm is in use. The Shadow Filtering property located on the Verge3D Export Settings panel is used to specify the algorithm.

Basic

Disable filtering, render shadow map as is. This is the fastest method to render shadows.

Basic shadow rendering algorithm

Bilinear

Use bilinear filtering to smooth adjacent shadow map pixels.

Example of bilinear shadows

PCF

Stands for Percentage Closer Filtering. Uses multiple shadow map lookups for smoothed shadow rendering. Average quality and performance.

Example of PCF shadows

PCF (Bilinear)

Similar to PCF but uses bilinear interpolation for each shadow map lookup. Gives smoothed shadows at the expense of more computation power.

Example of bilinear PCF shadows

PCF (Poisson Disk)

Uses pseudorandom Poisson Disk Sampling to eliminate shadow pixelation for PCF shadows. This was made the default setting because it corresponds the most to what you see in the 3D editor viewport. The performance is comparable to PCF (Bilinear) algorithm or better.

Example of poisson shadows

ESM

Stands for Exponential Shadow Maps. Shadows are smoothest but light leaks are possible. Use ESM Bias setting on lights to remove light leaks artefacts. The performance is comparable to PCF (Bilinear) algorithm. ESM shadows can be particularly tricky to set up, therefore see ESM-related issues in the Troubleshooting section.

Example of ESM shadows

Which filtering type to choose?

It's recommended to try the default PCF (Poisson Disk) shadows first, because they offer good quality and performance. If you need faster but less quality shadows then try Basic or Bilinear. Try ESM if you want more quality, soft shadows, but the drawback is that they can be tricky to set up (artefact-wise) for a particular scene.

Global Settings

Global settings for shadows are located in the Verge3D Export Settings menu.

Global shadow settings window
Shadow Filtering
Shadow map filtering algorithm. See above.
ESM Distance Scale
ESM shadows scaling factor. Since the ESM filtering algorithm uses absolute distance values, decrease the scale value if you're working on a scene which is much bigger than the default cube, and increase it if your scene is much smaller. Default value is 0.3. Works only for ESM shadows.

Per-Light Settings

Shadows can be enabled/disabled for each individual light using 3ds Max's native panels. Supported shadow settings are highlighted with green.

3ds Max light shadow settings
Target Distance
can affect the distance at which shadows stop rendering. Available only for spot and directional lights. Tweak it only if you deal with the shadow clipping issue from the Troubleshooting section.
On
enable/disable shadows.
Shadow Map
must be selected in the dropdown for shadows to appear in Verge3D.
Falloff/Field
defines the shadow volume (the less the better). Available only for spot and directional lights.
Bias
can be tweaked until you get rid of self-shadow artefacts and/or the peter-panning effect.
Size
controls how big is the shadow texture (trading between speed and quality).
Sample Range
controls the blurriness ratio for shadows.
Shadow Bias
additional bias setting similar to Bias. Used to get rid of self-shadow artefacts and/or the peter-panning effect.
ESM Bias
bias to reduce ESM light leaking artefacts. Works only for ESM shadows.

Per-Object Settings

You can also enable and disable receiving and casting shadow on per-object basis.

3ds Max object properties menu 3ds Max object properties window
Receive Shadows
enable/disable shadow receiving for this object.
Cast Shadows
enable/disable shadow casting for this object.

You may check out the following video explaining how to setup shadows in 3ds Max.

See also Autodesk's official documentation for more information and best practices.

Troubleshooting

Shadows in Verge3D and in the Max viewport look different

Shadows look too pixelated

Shadows are visible in the Max viewport but not in Verge3D

Shadows have artefacts

Self-shadowing artifacts

Shadows have no/small penumbra

Shadows from spot and directional lights are clipped

Shadow clipping artifacts

ESM shadows look faded

Light leaking shadow artifacts

ESM shadows look too sharp or have no penumbra

ESM shadows too sharp

ESM Shadows have artefacts

ESM shadows self-shadow artifacts

Got Questions?

Feel free to ask on the forums!