This page has been translated automatically.
编程
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
应用程序接口
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
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

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: ()