This page has been translated automatically.
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
High-Level Systems
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and 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
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related 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.

SSR

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

Screen-space reflections settings

Resolution Specifies the 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.
Normal threshold Limits blur of screen space reflections (calculation of SSR roughness) by normals.
Notice
Can be controlled by render_ssr_normal_threshold console command.
Depth threshold Limits blur of screen space reflections (calculation of SSR roughness) by depth.
Notice
Can be controlled by render_ssr_depth_threshold console command.
Roughness quality Specifies the current 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.
Scale Controls the scale of the SSR within [0;10] range.
Stretching Controls the stretching factor of the SSR within [0;10] range.
Near Enables screen space reflections calculation for the near view.
Notice
Can be controlled by render_ssr_near console command.
Near quality Specifies the quality of screen space reflections rendered at the near view.
  • Low — low quality
  • Medium — medium quality
  • High — high quality
  • Ultra — ultra quality
Notice
Can be controlled by render_ssr_near_quality console command.
Near distance scale Specifies the scale of the rendering distance of the near view for SSR.
Notice
Can be controlled by render_ssr_near_distance_scale console command.
Far Enables screen space reflections calculation for the far view.
Notice
Can be controlled by render_ssr_far console command.
Far quality Specifies the quality of screen space reflections rendered at the far view.
  • Low — low quality
  • Medium — medium quality
  • High — high quality
  • Ultra — ultra quality
Notice
Can be controlled by render_ssr_far_quality console command.
Far distance scale Specifies the scale of the rendering distance of the far view for SSR.
Notice
Can be controlled by render_ssr_far_distance_scale console command.
Last update: 2017-07-03
Build: ()