This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
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
Animations-Related Classes
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
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

SSAO

This section contains settings related to screen-space ambient occlusion (SSAO).

Customizable Settings#

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

SSAO custom settings

Screen-Space Ambient Occlusion Settings
Enabled The value indicating if the SSAO (Screen Space Ambient Occlusion) effect is enabled. enabled by default.
Console access: render_ssao (API control)
Intensity The intensity of the SSAO (Screen Space Ambient Occlusion) for the scene. The intensity value affects brightness of shadows: by the minimum value of 0.0f, the ambient occlusion shadowing is the lightest.
Range of values: [0.0f, inf]. The default value is : 1.0f.
Console access: render_ssao_intensity (API control)
Intensity Reflection The intensity of SSAO (Screen Space Ambient Occlusion) on reflections.
Range of values: [0.0f, inf]. The default value is : 1.0f.
Console access: render_ssao_intensity_reflection (API control)
Cavity The value indicating if the cavity option for the SSAO (Screen Space Ambient Occlusion) effect is enabled. This option improves (sharpens) the look of junction contours at low resolutions, so it should be used for detail enhancement (small stones, bolts and so on).
Notice
When checking the parameter value via API, you'll get the corresponding setting stored in the active preset (default or custom one).
enabled by default.
Console access: render_ssao_cavity (API control)
Cavity Intensity The intensity of sharpening of contours for the cavity option (see the SSAOCavity).
Range of values: [0.0f, inf]. The default value is : 1.0f.
Console access: render_ssao_cavity_intensity (API control)
Cavity Radius The size of junction contours area for the cavity option for the SSAO (Screen Space Ambient Occlusion) effect (see the SSAOCavity).
Range of values: [0.0f, inf]. The default value is : 1.0f.
Console access: render_ssao_cavity_radius (API control)
Threshold The threshold value for the SSAO (Screen Space Ambient Occlusion) effect. It limits SSAO in areas where information cannot be obtained. The higher the value, the less pronounced the effect is.
Range of values: [0.0f, 1.0f]. The default value is : 0.5f.
Console access: render_ssao_threshold (API control)

Last update: 2023-08-02
Build: ()