This page has been translated automatically.
Programming
Fundamentials
Setting Up Development Environment
UnigineScript
High-Level Systems
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Bounds-Related Classes
Containers
Controls-Related Classes
Core Library
Engine-Related Classes
GUI-Related Classes
Node-Related Classes
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
Utility 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.

World Light Source

A world light is an infinitely remote light source casting orthographically projected beams onto the scene. The shadows cast by this light are parallel, which provides a realistic simulation of the sunlight.

World light shadows has an adaptive bias that is adjusted automatically on shadow maps applying: depending on the slope angle of the world light and its resolution, an offset of the depth value stored in the shadow map is calculated.

See Also

Adding World Light

To add a world light to the scene via UnigineEditor, do the following:

  1. Run UnigineEditor.
  2. On the Menu bar, click Create -> Light -> World.

  3. Place the world light somewhere in the world.
    Notice
    The physical position of the source is not important, only the direction matters, as it defines the shadow casting orientation. To change the light's direction use the rotation manipulator.
  4. Adjust the world light's settings.

World Light Settings

The following set of options is available for the world light. Detailed information on the parameters can be found in the Light Sources Parameters article.

Light Settings

Light A light mask.
Viewport A viewport mask for the light.
Color A light color in the RGBA format. The color defines both the plausibility of virtual representation and its aesthetic component.
Intensity A light color multiplier, which provides fine control over color intensity of the emitted light:
  • The minimum value of 1 corresponds to the least saturated light color.
  • The maximum value of 100 equals the most bright and intense color.
Disable angle A critical angle above the horizon, where the light source is still enabled. If the light becomes disabled, it still affects scattering.
Scattering A lighting type:
  • None - render the atmosphere as if there were no global lights, that is, there will be no sky color gradient in any direction.
  • Sun - render the atmosphere in accordance with the Sun's lighting.
  • Moon - render the atmosphere in accordance with the Moon's lighting.
Scattering = Sun
Scattering = Moon

Shadow Settings

Shadows Enables or disables the PSSM technique.
Shadow resolution Size of the shadow map that defines shadow quality.
Number of cascades A number of cascades with different shadow maps. Each cascade requires a separate rendering pass. All the shadow maps have the same resolution (the Shadow resolution parameter value), but are applied to different cascades. Thus, close-range shadows are of higher quality and distant ones of lower. The minimum number of cascades is 1, the maximum is 4. Increasing the number of cascades enhances the rendered image quality. However, at that, performance efficiency drops.
Notice
To visualize the cascades, enable Helpers -> Shadow cascades.
Number of cascades = 2
Number of cascades = 4
Cascade border A multiplier for the distance to the border of the cascade in range [0;1]. The number of cascade borders depends on the number of cascades:
  • For 1 cascade, there is no cascade border.
  • For 4 cascades, there will be 3 cascade borders (for the first three cascades).
For the last cascade, the multiplier is always 1.
Cascade border 0 = 0.03
Cascade border 0 = 0.015
Setting the cascade borders allows you to accurately adapt the quality of the shadows depending on their remoteness from the viewer.
  • Decreasing the multiplier value makes the cascade smaller, more compact positioned and covering less distance. At the same time, the resulting shadow is of a higher quality.
  • Increasing the multiplier value makes the cascade larger with broader coverage of the area.
Cascade border 0 = 0.02 (shadow of higher quality)
Cascade border 0 = 0.1
Cascade offset Offset of the shadow cascades relative to the camera. The cascades will be shifted away from the camera.
Sharpness Sharpness of the shadow edges.
Sharpness = 0
Sharpness = 2
Last update: 2017-07-03
Build: ()