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
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
CIGI Client Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Occlusion Culling

This section contains settings related to occlusion culling.

Occlusion culling settings

Occlusion Culling Settings

Occlusion Query Enable an additional hardware occlusion query test for all objects with the Culled by occlusion query flag set before sending data to the GPU.
Frames Number of frames required for the occlusion query update.

Occluders

Occluders Enable or disable rendering of occluders.
Resolution Resolution of the texture, to which occluders are rendered. The maximum resolution is 1024x1024.
Shadows Culling Enables occlusion culling for shadows. The option should be enabled, if you need to disable shadows rendering for the occluded objects or for the objects culled by sectors.
Notice
This option disables shadows from the world light only.
By default, the option is disabled, as sometimes shadows of the occluded/culled objects remain visible even if the objects aren't.

To toggle occlusion culling for shadows via the console, run render_occluders_shadows 1.
Shadows Culling Resolution Resolution of the texture, to which occluders for shadows are rendered. The maximum resolution is 1024x1024.
Last update: 10.08.2018
Build: ()