This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
编程
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
应用程序接口
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

SSR

The section contains settings that control screen-space reflections (SSR).

Screen-space reflections settings

Screen-Space Reflections Settings

Enabled Toggles the SSR effect on and off.
Importance Sampling Toggles the importance sampling mode for the SSR effect on and off. Importance sampling provides more accurate but slower calculation of SSR roughness, reduces artifacts around objects that can appear at low resolution (lower than full).
Increased Accuracy Toggles increased accuracy of ray tracing for the SSR effect on and off. This option reduces visual artifacts around objects, which can appear at low resolution (lower than full), by increasing accuracy of the last step.
Denoise Toggles noise reduction for the SSR effect on and off.
Fast Tracing Toggles fast tracing for the SSR effect on and off. This mode makes it possible to obtain distant reflections using low number of steps while keeping performance high. However, tiny objects may not be reflected. Disabling this mode improves quality but significantly drops performance.
Resolution Resolution of the SSR:
  • Quad — 1/4 resolution
  • Half — 1/2 resolution
  • Full — full resolution
Notice
Can be controlled by render_ssr_resolution console command.
Resolution Depth Resolution of the depth buffer used for SSR calculation. This option affects detailing of reflections of tiny objects.
Notice
To gain performance, this option can be set to lower values while enabling Increased accuracy.
Resolution Color Resolution of the color buffer used for SSR calculation. This option significantly affects performance.
  • Quarter - 1/4 resolution (by default).
  • Half - 1/2 resolution.
  • Full - full resolution.
Num Rays Number of rays of SSR traced per pixel that are used to calculate rough refrections. Using more rays provides more precise SSR roughness calculation, however, it is more expensive.
Notice
The option is available when importance sampling is enabled.
Num Steps Number of steps of SSR per ray that are used for trace calculation. Defines accuracy of reflections and causes a reasonable performance impact. The higher the value, the more accurate obstacles between objects are accounted.
Step Size Size of the trace step used for SSR calculation. The higher the value, the longer the trace. However, tiny objects may be missed. The lower the value, the more detailed reflections of the tiny objects will be.
Noise Step Intensity of the step noise used for SSR calculation. This parameter is used to reduce the banding effect of tracing by using the noise.
Noise Ray Intensity of the ray noise used for SSR calculation. This parameter is used to reduce the banding effect on rough reflections by using the noise.
Notice
The option is available when importance sampling is enabled.
Roughness Quality Quality of screen space reflections roughness:
  • Low — low quality
  • Medium — medium quality
  • High — high quality
  • Ultra — ultra quality
Notice
Can be controlled by render_ssr_roughness_quality console command.
Visibility Roughness Min Minimum roughness value of the reflective material, at which the SSR effect is fully visible. Using this option together with Visibility Roughness Max allows reducing noise of reflections on rough materials.
Visibility Roughness Max Maximum roughness value of the reflective material, at which the SSR effect is not rendered. Using this option together with Visibility Roughness Min allows reducing noise of reflections on rough materials.
Threshold Limits imitation of reflections in areas where SSR cannot get information. The higher the value, the less this effect is.
Threshold Occlusion Limits imitation of environment cubemap occlusion in areas where SSR cannot get information. The higher the value, the less this effect is. This parameter is mainly used for indoor environment to correct false reflections on occluded areas (false reflections are replaced with black color). For outdoor environment higher values of this parameter are recommended.
Last update: 2018-06-04
Build: ()