This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine 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
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Art Samples
Tutorials
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 Window

Bake Lighting is a tool that incorporates all light baking tasks. It is used for the following operations:

  • Calculate and bake global illumination into lightmaps assigned to surfaces.
  • Calculate static voxel-based GI and put it into generated voxel lighting maps.
  • Calculate reflection cubemaps and cutout depth textures for Environment Probes in static mode.
  • Calculate shadow maps for light sources in static mode.

The Bake Lighting tool enables you to improve performance by dropping the most of light and shadow computations.

Notice
To open the Bake Lighting window, choose Tools -> Bake Lighting in the Menu Bar or click the gear icon in the upper-right corner of the UnigineEditor.

Bake Lighting Tool

See Also#

Workflow#

Basically, light baking is available if there is at least one of the following entities is in the scene:

  • Voxel Probe
  • Environment Probe in Static mode with Grab by Bake Lighting enabled.
  • Mesh Static with at least one surface that has Lightmaps enabled and the Bake Unique Texture mode selected.
  • Light source in Static mode.

To get the lighting baked, perform the following steps:

  1. Prepare the scene: set up lighting and emissive geometry, select the Light Baking Mode and Lighting Modes for surfaces, hide or exclude unnecessary and dynamic objects from calculations via masking and/or adjusting surface flags, enable Lightmaps and select the Lightmaps Mode for surfaces of Mesh Static objects intended to be lightmapped.
  2. Create and place voxel probes at the places where the lighting remains relatively static (e.g. interiors, outdoor buildings, and immovable objects). Select Half or Full Bake Internal Volume mode for voxel probes to illuminate dynamic objects that move within their volume.
    Notice
    Place voxel probes inside other voxel probes to create insets defining the areas that require higher detail. Note that voxel probes with the 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 probes, the 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.
  4. Adjust the Baking Settings of probes and the settings of the Bake Lighting tool.
  5. Click Bake to begin light baking for all enabled objects and light sources (or Bake selected lights to affect only selected objects and light sources) and wait for the process to complete. You can also click Bake All Lighting in the right corner of the top toolbar.

    At this stage, the Bake Lighting tool performs the following:

    All generated textures will be saved to the bake_lighting folder of your data project's folder.

    Notice
    You can stop the process at any moment and you will be prompted to keep the achieved result or restore the previous textures.
  6. Enable post and camera effects.

Bake Lighting Settings#

Bake Static Shadows For Lights#

Bake Static Shadows For Lights Enable baking of cached shadows for static light sources.
Automatic Rebake Enable auto-rebake of shadows on transforming a static light source or changing its parameters.

Bake Lightmaps For Surfaces#

Bake Lightmaps For Surfaces Enable baking of lightmaps for surfaces.
Baking Viewport Masks For the light or surface to contribute to static GI, their viewport masks should match the Baking Viewport Mask.
Quality Baking quality preset.
Far Clipping Far clipping distance for light rays.

Bake Voxel Probes#

Bake Voxel Probes Enable baking of voxel-based GI to voxel probes.
Voxel Size Multiplier Multiplier for the Voxel Size parameter for each voxel probe.

Bake Environment Probes#

Bake Environment Probes Enable baking of reflection cubemaps to environment probes.
Automatic Rebake Enable auto-rebake of the cubemap of an Environment Probe on transforming it or changing its parameters.

Common Settings#

Number of Bounces Number of light ray bounces.
Samples per Frame Number of sampling units processed and visualized simultaneously each frame (samples for lightmaps and voxels for Voxel Probes):
  • Auto - the number of samples is adjusted automatically to optimize performance of baking process.
  • Manual - the number of samples is set manually.
Notice
The parameter is available for changing during the baking process. Higher values cause longer user interface response but accelerate the calculations.

Buttons#

Bake Selected Starts baking for the selected static lights, probes and lightmapped surfaces regardless of whether they are enabled or not.
Bake/Stop Starts baking for all enabled static lights, probes and lightmapped surfaces in the scene.

Progress Bars#

The following progress bars are shown in the viewport during the process of light baking:

Node/Surface Progress of light baking for the current node/surface at the moment.
Bounce Progress of calculating the current bounce.
Overall Overall progress of light baking for all nodes in the scene.
Last update: 2021-04-29
Build: ()