This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
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
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
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.

Bent Normal

This section contains settings related to bent normals.

Bent Normal Settings

Enabled The value indicating if ray-traced bent normals calculation is enabled. The use of SSRTGI for bent normals allows for smooth ambient lighting.
Notice
Ray-traced bent normals calculation available only when the SSRTGI technique is enabled.
Enabled by default.
Console access: render_bent_normal_ray_tracing (API control)

Preset The Bent Normal preset used at the moment. One of the following values:
  • Raytracing Low (by default)
  • Raytracing Medium
  • Raytracing High
  • Custom

Console access: render_bent_normal_preset (API control)
Notice
Presets override user-defined custom settings. When any preset other than Custom is active, modification of the parameters via API has no effect. The parameter value set via the last API call shall be used only when the Custom preset is active. When checking the current parameter value via API you'll get the corresponding setting stored in the active preset (default or custom one).

Customizable Settings#

The following settings are available when the Custom preset is selected.

Bent Normal custom settings

Bent Normal Settings
Threshold The threshold value for the ray-traced bent normals calculation.
Notice
Ray-traced bent normals calculation is available only when the SSRTGI technique is enabled.

Range of values: [0.0f, inf]. The default value is 1.0f.
Console access: render_bent_normal_ray_tracing_threshold (API control)

Fix Overlit Areas The value indicating if correction of overlit areas for bent normals calculation is enabled.
Notice
  • This option may significantly affect performance, so disable it when it's not necessary.
  • Ray-traced bent normals calculation is available only when the SSRTGI technique is enabled.
Enabled by default.
Console access: render_bent_normal_fix_overlit_areas (API control)

Color Clamping Intensity The intensity of TAA color clamping at zero pixel velocity for the bent normals effect. Lower values result in more accumulated frames combined, which reduces noise flickering, but increases ghosting effect (to reduce ghosting in this case you can use Bent Normal Color Clamping Velocity Threshold, while higher values reduce ghosting effect, but increase flickering.
Range of values: [0.0f, 1.0f]. The default value is 1.0f.
Console access: render_bent_normal_color_clamping_intensity (API control)
Color Clamping Velocity The sensitivity of TAA color clamping for the bent normals effect to pixel velocity change. This parameter is used to reduce ghosting effect for lower Color Clamping Intensity values: it automatically increases clamping intensity for higher velocities, and disables clamping for low velocity values.
Range of values: [0.0f, inf]. The default value is 0.0f.
Console access: render_bent_normal_color_clamping_velocity_threshold (API control)

Denoise Options#

Denoise The value indicating if noise reduction for ray-traced bent normals calculation is enabled. This option reduces noise by using blur effect.
Notice
Ray-traced bent normals calculation is available only when the SSRTGI technique is enabled.
Enabled by default.
Console access: render_bent_normal_ray_tracing_denoise (API control)
Radius The radius of the area to be affected by noise reduction for the bent normal effect.
Range of values: [1, 3]. The default value is 1.
Console access: render_bent_normal_denoise_radius (API control)
Quality The noise reduction quality level for Bent Normals calculation defining the number of samples used. Higher values provide better reduction, but for a performance cost (choosing Medium is enough in most cases). One of the following values:
  • Low - low quality
  • Medium - medium quality (by default)
  • High - high quality
  • Ultra - ultra quality

Console access: render_bent_normal_denoise_quality (API control)
Intensity The noise reduction intensity for the Bent Normals effect. Higher values provide a less noisy, but more blurred result.
Range of values: [0.0f, 1.0f]. The default value is 0.2f.
Console access: render_bent_normal_denoise_intensity (API control)
Gaussian Sigma The sigma parameter of Gaussian blur used for noise reduction for the bent normals effect. This parameter controls the amount of blur applied.
Range of values: [0.0f, 100.0f]. The default value is 10.0f.
Console access: render_bent_normal_denoise_gaussian_sigma (API control)
Threshold The threshold value for color difference of neighboring pixels used for noise reduction for the bent normals effect. Blur is applied when the color difference is less than the threshold value.
Notice
Too high values result in blurring the whole image.

Range of values: [0.0f, 1.0f]. The default value is 0.2f.
Console access: render_bent_normal_denoise_threshold (API control)
Last update: 2022-03-10
Build: ()