This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
UnigineEditor
Interface Overview
Assets Workflow
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Landscape Tool
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine 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
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Content Creation
Content Optimization
Materials
Art Samples
Tutorials
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.

Visibility

This section contains settings related to visibility distances for various types of objects and Environment Probe reflections.

Visibility settings

Visibility Settings
LOD Smooth Fading Enables smooth appearing or disappearing of a surface while switching from one level of detail to another. Requires fade distances to be set for a surface.
If disabled, a surface pops up or clears out at a specified distance.
Distance Scale Global distance multiplier for all distance parameters, such as the world rendering distance, decal distance, field distance, light distance, object distance, reflection distance, LODs, and surface visibility distances. This option allows a developer to easily increase or decrease rendering performance by changing the world extent.
Notice
Distances are measured from the camera to the node's (surface's) bound.
For example, if the maximum visibility distance of a LOD is 10 meters, and you set Distance Scale = 2, the LOD will disappear at the distance of 20 meters, not 10.
Notice
Increasing the value leads to decreasing the performance. The maximum recommended value is 4.

Dynamic Reflections Distance from the camera, from which (and farther) reflections from Environment Probes are not rendered.
Decals Distance from the camera, from which (and farther) decals are not rendered. The distance is measured from the camera to the decal's bound. If the value is greater than the World Distance value, the latter is used instead.
Lights Distance from the camera, from which (and farther) dynamic lights are not rendered. The distance is measured from the camera to the light's bound. If the value is greater than the World Distance value, the latter is used instead.
Infinite Light distance
Light Distance = inf
Limited Light distance
Light Distance = 20 units
Objects Distance from the camera, from which (and farther) objects are not rendered. The distance is measured from the camera to the object's bound. If the value is greater than the World Distance value, the latter is used instead.
Notice
In case this value is less than the visibility distance for shadows (Shadows → Distance) the shadows will still be rendered even though the objects themselves are not. Please, pay attention to setting these parameters properly to avoid wasting performance on rendering unnecessary shadows.
Fields Distance from the camera, from which (and farther) fields are not rendered. The distance is measured from the camera to the field's bound. If the value is greater than the World Distance value, the latter is used instead.
Last update: 2021-08-24
Build: ()