Nodes
In terms of Unigine, all of the objects added into the scene are called nodes. Nodes can be used both directly or as reference nodes to which the other nodes refer.
Nodes and Node References#
Nodes and Node References are fundamental objects that form the world:
- Node is a generic entity representing any object that is positioned and stored in the world.
- Node Reference is a node that refers to an external file on the disk, which contains a pre-fabricated node (or a hierarchy of nodes) with all the materials and properties that are required for its rendering.
A Node Reference should be used instead of the node if there are a lot of identical objects repeated in the world:
it helps avoid manual editing of each object in case you need to make the same changes in all of these objects. For more details, read the article on Node Reference.
There are also the following differences between nodes and Node References:
- To create a node, you need to simply add any object to the scene. To create a Node Reference, you will need to export a node from UnigineEditor into a .node file and then specify it to be a Node Reference.
- All changes made for the node are saved in the .world file and affect only one specific node. All changes made for the Node Reference are saved in the source .node file and affect all the nodes referenced to this file.
Base Nodes#
Base nodes are invisible and perform the following:
- Dummy Node is used to organize other nodes into a hierarchy.
- Layer enables to save all its child nodes into a separate .node file.
- Trigger fires callbacks when it is enabled/disabled or its transformation has been changed.
Last update:
2024-10-30
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)