This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
基础
专业(SIM)
UnigineEditor
界面概述
资源工作流程
Version Control
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
统一的Unigine着色器语言 UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口(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
创建内容
内容优化
材质
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. 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).
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)

The information on this page is valid for UNIGINE 2.20 SDK.

Last update: 2025-06-30
Build: ()