This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Programming
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
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.

Visual Representation

Visual representation of nodes can be changed by adjusting parameters of its surfaces on the Node tab of the Parameters window.

Notice
Only nodes of the object-related types can have surfaces.
Surfaces are organized in a hierarchy that displayed in the following section:

Surfaces Hierarchy

To change the surface parameters, select the required surface in the hierarchy and tweak its parameters. For each surface, the parameters listed below are available for editing.

Rendering Parameters

Rendering Settings

This section provides parameters for setting up rendering of the surface and its shadows.

Viewport Mask Viewport mask of the surface.
Shadow Mask Shadow mask of the surface.
Cast Shadows Flag indicating if the surface casts shadows from non-world lights (omni, projected, and environment probe light sources).
Cast World Shadows Flag indicating if the surface casts shadows from world lights.

LOD Parameters

LOD Settings

This section provides parameters for setting up surface LODs.

Min Parent Reference object, from which the minimum visibility distance of the surface is measured.
  • If 0 is set, the minimum visibility distance is measured from the current surface.
  • If 1 is set, the distance is measured from the surface one level up in the surfaces hierarchy. If there is no parent surfaces, the distance will be measured from the node it belongs to.
  • For higher numbers, the reference object is found n levels up in the surfaces hierarchy. If the number of parent surfaces is less than the specified value, the node or its parent will be used as the reference object.
The reference object is used to ensure simultaneous LOD switching for all surfaces.
Max Parent Reference object, from which the maximum visibility distance of the surface is measured. The same principle as for the minimum parent is used to count it. The reference object is used to ensure simultaneous LOD switching for all surfaces.
Min Visibility Minimum visibility distance from the camera when a surface starts to appear on the screen. By default it is -inf.
Max Visibility Maximum visibility distance when a surface is no longer fully visible: it can either disappear completely or start to fade out. By default it is inf.
Min Fade Minimum fade distance, over which the surface fades in until it is completely visible. Along this distance the engine will automatically interpolate the level of detail from alpha of 0.0 (completely invisible) to 1.0 (completely visible). Fading in starts when the camera has reached the minimum distance of surface visibility and is in the full visibility range.
Max Fade Maximum fade distance, over which the surface fades out until it is completely invisible. Fading out starts when the camera has reached the maximum distance of surface visibility and is out of the full visibility range.

Material Parameters

Material Settings

In this section, a material can be assigned to the surface and then material's parameters can be tweaked (if the material is editable). Here you can also inherit a new material from the material assigned to the surface: it will be assigned automatically. To inherit the material, click right to the field with the material name. To set the default material, click right to the field with the material name.

The material parameters can also be changed on the Material tab of the Parameters window: it becomes available when the target material is selected in the Material Hierarchy window.

Last update: 2018-08-10
Build: ()