This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
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.

Switcher

A switcher is an object that disables or enables its child nodes at the specified distance to the camera. Possible use cases can be the following:

  • Enabling one object and disabling another at the specified distance
  • Disabling an object while moving away
  • Enabling an object while approaching
Notice
To be operated, the child nodes of the switcher should be placed inside the switcher object fully or partially.

Each object at the picture is composed from a switcher and 2 spheres of different color.

See Also#

Adding a Switcher#

To add a switcher to the scene via UnigineEditor, do the following:

  1. Run the project with UnigineEditor.
  2. On the Menu bar, click Create -> Optimization -> Switcher.

  3. Place the object somewhere in the world.
  4. Make the object that will be operated the child of the switcher.
  5. Specify the switcher parameters and the distance of enabling / disabling.

Switching between Two Objects#

To switch between two object at the specified distance (like shown at the picture above), do the following:

  1. Create a node dummy for convenient grouping.
  2. Make the first switcher the child of the node dummy.
  3. Make the first object the child of the first switcher and specify its maximum visibility distance.
  4. Make the second switcher the child of the node dummy.
  5. Make the second object the child of the second switcher and specify its minimum visibility distance.

    Notice
    For objects to be switched at the same point, the maximum visibility distance of the first and minimum visibility distance of the second should match.

Switcher Parameters#

In the World Switcher tab of the Parameters window you can adjust the following parameters of the switcher:

World Switcher tab

Bounding Box Parameters#

A set of bounding box parameters:

Edit Size Toggles the editing mode for the world trigger node on and off. When enabled, the bounding box sides that can be resized are highlighted with the colored rectangles. To change the size of a side, drag the corresponding rectangle.

Point A flag, indicating if the distance to the object is counted from the center of the bounding box (if disabled, the distance will be counted from its nearest edge).
Size The size of the switcher's bounding box along the X, Y and Z axes, in units.
Offset The offset of the switcher's bounding box along the X, Y and Z axes, in units.

Switching Parameters#

Switching of distances:

Min distance The minimum distance of visibility, in units. If a camera is closer to a node than this minimum distance, a node is not visible.
Max distance The maximum distance of visibility, in units. If a camera is further from a node than this maximum distance, a node is not visible.
Last update: 27.12.2018
Build: ()