Recommendations To Use

Scene Sizes

For small scenes in most cases, it is enough to place one volume with size of the whole scene. The default values ​​of all parameters are suitable for most situations.

If your scene is large enough, it’s good practice to place one volume with size of the whole scene and adjust it so that the spacing between the probes is maximized. This will fill large spaces on the scene quite quickly and correctly. Pay attention to the "Corners Detection Threshold" parameter, it directly affects the calculation speed and the number of sub-volumes into which the main volume will be divided.

Probes Spacing - 5; Corners Detection Threshold - 3; Probes Count - 10000

In addition, the size of the volume is limited programmatically in order to avoid RAM overload. When such a restriction works, you will see the corresponding warning in the main component of the plugin, as well as in the component of the editable volume. You will also be offered options to correct the situation.

Optimization For Mixed Mode

If your scene uses light sources in mixed mode, then be sure to use the "Optimize For Mixed Lighting" option this will remove all parts of the volume that do not contain geometry and reduce the calculation time.

Nearly half of the volume is deducted

Light Source Management

If your scene has many light sources, then use the "Lights" tab in the manager. It displays all the light sources in your scene, sorted by type and mode. Right from there, you can switch between them on the scene and add or remove the "MLP Light" component.

All light sources in the scene are sorted by type and mode

Quick Volume Editing

Use the “MLP Quick Editing” component to edit some volume parameters after calculating it. These changes are processed at the GPU (if your configuration supports compute shaders), so it is very fast. If the volume is divided into sub-volumes, then they are calculated one by one.

In most cases, the volume can be adjusted using this component.

Defining Scene Bottom

The system needs to know which of your objects are bounding below. It can be ground, terrain or the floor of the lower floor of a building.

To quickly mark such objects, use the "MLP Helper" - this is the object that appears in the scene view. To enable it, use the menu Tools -> Magic Light Probes -> Scene GUI -> Enable.

Now you can quickly mark and unmark such objects.

Last updated

Was this helpful?