Terminology
This article will introduce you to UNIGINE 2 terminology. When working with the engine, you may not be able to recognize what are the meanings of some terms. For example, cameras in UNIGINE are represented with the word "Player" which means that the viewport, created into a world, is the first-person camera. Below you will find the basic terms used in UNIGINE with the links to more detailed articles.
Project
A project is an independent entity that contains all the data on your application content organized in a set of directories. The .project file containing metadata is associated with the project. One project can consist of several worlds. All projects are operated via SDK browser. For more information see Projects article. |
World
A world is a scene that includes a set of different built-in objects with certain properties.
Interaction of the Main Components of the World |
In general, the world includes the following:
For more information see Virtual World Structure article. |
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 material and property libraries that are required for its rendering.
For more information see Nodes reference.
Built-in Objects
UNIGINE provides a set of built-in objects allowing you to create a world containing practically all of the objects present in real life. For convenience, they are formed into several groups that are responsible for different kinds of operations:
|
- Players represent different kinds of cameras.
- World Objects represent invisible nodes used for world management.
- Sound Objects represent sound sources and reverberations.
- Pathfinding Objects represent objects used for pathfinding.