This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Bake Lighting Tool

Bake Lighting is a tool for baking indirect lighting from light sources in static mode. It is used to:

  • Calculate static voxel lighting inside Voxel Probes and put it into generated 3D lighting maps.
  • Calculate reflection cubemaps for Environment Probes in static mode.

Bake Lighting tool provides a great way to improve the lighting in your scene by allowing dropping the most of lighting computations to maintain high performance at run time.

Notice
To open the Bake Lighting tool, choose Tools -> Bake Lighting in the Menu Bar.

Bake Lighting Tool

See Also

Light Baking

Light Baking is the way of precomputing and storing data that describes how the light rays bounce around static geometry causing indirect lighting. Including indirect lighting in modelling helps to significantly improve the realistic look of your worlds.

The following comparison shows the use of different lighting in the scene containing two light sources: a red OmniLight and a WorldLight (with the Sun Shafts camera effect enabled). The left image contains the scene illuminated with direct light only, so unlit areas appear as silhouettes, the large number of details is hidden in darkness.

The right image shows the scene with both direct and indirect light which makes it look way more realistic and connected.

Direct lighting and Direct + Indirect lighting.

The computation of indirect lighting is a very expensive task for processing unit, so it is usually performed once at the development stage (lighting is baked) and the results are used later for static lighting at run time.

Workflow

In terms of UNIGINE light baking is available if there is at least one voxel or non-dynamic environment probe in the scene. To get the lighting baked, perform the following steps:

  1. Prepare the scene: set up lighting and emissive geometry, choose the lights baking mode, hide or exclude unnecessary and dynamic objects from calculations via masking.
  2. Create and place voxel probes at the places where the lighting remains relatively static (e.g. interiors, outdoor buildings and stationary objects).
    Notice
    Place voxel probes inside other ones to create insets defining the areas that require higher detail. Note, that voxel probes with additive blending mode enabled cannot be used for this purpose, as they are blended instead of replacing each other.
  3. Create non-dynamic environment probes and cover the areas which require appropriate reflections on reflective materials.
    Notice
    Disable the Grab by Bake Lighting parameter for ones, cubemap texture of which should not be modified by the Bake Lighting tool. This is applicable for cases when you do not want to modify your assets and going to generate new ones.
  4. Adjust the Baking Settings of probes and the settings of the Bake Lighting tool.
  5. Click Start to begin light baking and wait for the process to complete.

    On this stage the Bake Lighting tool performs the following:

    • For each enabled Environment Probe a cubemap is grabbed from the center point of the probe depending on its parameters.
    • For each enabled Voxel Probe a cycle over all the voxels is performed in order to grab a lighting from 6 faces of a voxel and append it to the resulting 3D lighting map.

    Notice
    You can stop the process any time, the achieved result will be maintained.
  6. Enable post and camera effects.

Bake Lighting Settings

Bake Lighting Settings

Number of Bounces Number of light ray bounces.
Voxel Size Multiplier Multiplier for the Voxel Size parameter for each voxel probe.
Voxels per Frame Number of voxels computed and visualized per single frame.
Notice
The parameter is available for changing during the light baking process. Higher values cause longer user interface response but accelerate the calculations.

Progress Bars

Notice
The following progress bars are shown during the process of light baking.
Light Probe Progress of light baking for the current probe at the moment.
Bounce Progress of calculating current bounce.
Overall Overall progress of light baking for all the voxel and environment probes in the scene.

Buttons

Bake selected probes Starts light baking for selected environment and voxel probes regardless of whether they are enabled or not.
Bake/Stop Starts light baking for all enabled environment and voxel probes in the scene.

Baking Modes of Light Sources

All dynamic light sources (Omni, Proj, World) have the Mode parameter defining their contribution in the light baking process.

There are three modes on which the resulting image depends:

  • Realtime. The light source provides direct realtime lighting only. It is turned off while light baking is being calculated, that is why the scene remains unlit when the light is disabled after light baking.
    Realtime mode. The light source is enabled.
    Realtime mode. The light source is disabled.
  • Mixed. The light source contributes to light baking and remains enabled all the time providing direct realtime lighting while the indirect light is being baked. This option can cause a lack of physical accuracy registered by the eye.
    Mixed mode. The light source is enabled.
    Mixed mode. The light source is disabled.
  • Baked. The light source is turned off at run time and enabled for light baking only. This mode is available only for Omni-directional light sources.
    Baked mode. The light source is enabled.
    Baked mode. The light source is disabled.
    Notice
    If you find that an omni light source creates too dim lighting, try either increasing its Intensity or changing its Shape (area light source).
Last update: 2018-08-10
Build: ()