This page has been translated automatically.
Programming
Fundamentials
Setting Up Development Environment
UnigineScript
High-Level Systems
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Core Library
Containers
Engine Classes
Node-Related Classes
Rendering-Related Classes
Physics-Related Classes
Bounds-Related Classes
GUI-Related Classes
Controls-Related Classes
Pathfinding-Related Classes
Utility 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.

Organizing Nodes

The Nodes panel can be invoked by pressing the N key (for other node hotkeys see Controls and Navigation). It allows working with the node hierarchy of the scene and consists of two main parts: a node tree and detailed data related to the selected node. The node-related data is organized into a set of tabs, which is dependent on the node type. The tab Node contains settings common for all types of nodes. The other tabs, such as Surfaces, Mesh, Light, Shadow, Body, etc., contain specific properties of the nodes.

Nodes editor settings

Node Tree

The nodes tree in the left part of the settings window has the following elements:

  •   Clone node — clone the selected node.
  •   Remove node — delete the selected node.
  •   Move node up in the list — move the selected node up the hierarchy list.
  •   Move node down in the list — move the selected node down the hierarchy list.
  •   Fold all nodes — Fold all the selected nodes.
  •   Export selected node with all children into a file — save the parent node and all its child nodes into a .node file to be used as a NodeReference.
    Notice
    You can also directly convert the selected node (or nodes) into a NodeReference.
  •   Export selected nodes into the mesh file — save the selected node into a mesh file.
  • Node type filter — show all nodes in the hierarchy list or filter the specific ones for displaying, such as:
    • All nodes
    • All worlds
    • All fields
    • All lights
    • All decals
    • All objects
    • All players
    • All physicals
    • All navigations
    • All obstacles
    • All sounds
  • Nodes hierarchy list — hierarchically structured list of the nodes with node names, icons and parent-child links. It enables showing only the parent nodes and hide the child ones if necessary. Also it is possible to change the hierarchy of nodes as follows:
    • To change the position of the node and all its children in the hierarchy, drag it with ALT button pressed.

    • To reset the child node inheritance (make it a parent one) simply drag it to the left while pressing the ALT button.

Node Tab

This tab contains the following settings common to all nodes:

TypeSpecifies the type name for the node.
EnabledEnables displaying the node in the world.
HandledEnables displaying handles for invisible nodes. Handles are shown for light and sound sources, particle systems and world-managing nodes (sectors, portals, triggers, expressions, etc.) To show handles, use H hotkey.
ImmovableIndicates if the object is immovable (static) and the dynamic lights optimization should be used. It consists in rendering only those polygons which are illuminated by the light source. Please note, that this optimization requires both the object and the light source to have the immovable flag.
Collider objectDefines the node as a collider object, which means it is moved in a separate spatial tree for colliding objects optimising node management. Collision option by itself is enabled on per surface basis on the Surfaces tab.
Culled by clutter treeDefines the node as a clutter object, which means it is moved in a separate spatial tree for clutter objects optimising node management.
Visibility by sectors/portalsIndicates if the WorldSector and WorldPortal are used to determine visibility of the node. If unchecked, the node is always visible.
Culled by occlusion queryEnables occlusion query for the objects. The objects are tested whether their bounding boxes are seen. It allows to reduce the number of rendered triangles, which is beneficial by using heavy shaders. This option provides the substantial performance gain when enabled for water or meshes with reflections.
Notice
Enable this option only for a few nodes that use heavy shaders; otherwise the performance will decrease instead of increasing.
Updated lastIndicates that the node will be updated the last.
NameSpecifies the name of the node in the hierarchy list.
PropertyEnables loading, editing or clearing the property that will be associated with the node.
PositionSpecifies the position coordinates for the node.
RotationSpecifies the rotation coordinates for the node.
ScaleSpecifies the scale factor for X, Y and Z axes.
Copy transformationCopies transformations of the node into the clipboard.
Paste transformationApplies the previously copied transformations of the node to the current one.
Move the node to cameraPlaces the node in front of the camera.
Sticky placement on the surfaceActivates the mode of placing the node manually in any location of the world.
Drop the node down on the groundDrops all the selected nodes down to the ground.
Focus camera on the nodeMoves the camera to the node.
View node in a separate windowEnables a separate viewport for the node and all its children.

The details about type dependent properties can be found in Node-Related Classes articles in the Programming section.

Grouping Nodes

When grouping nodes, a new dummy node is created and all the selected nodes become its children in the nodes hierarchy.

New NodeDummy node in Nodes Hierarchy

To group the nodes, select them and press Ctrl+G (or click Edit -> Group selected).

NodeDummy
Last update: 2017-07-03
Build: ()