Skip to main content

Create Nodes

Create Nodes from Toolbox

Drag an item from the Toolbox and drop it

  • either into the Scene Tree to sort the node properly into the scene graph
  • or directly into the render view of the Scene Editor to create the node on a specific display coordinate.
drawing-5-1717750498.png

When adding a node to the scene tree, note the following:

  1. The new node will be created as the last child of the node on which the node is dropped.
  2. To modify the scene tree structure, hold the "Ctrl" key while moving the node along the scene tree to the desired position. The dragged node will be positioned below the node it was dropped on.
  3. Moving a node along the scene tree without keeping the "Ctrl" key pressed will move the selected node inside the node it was dropped on.


Create Nodes from Imports

Drag an item from a user-defined import (a template scene node) and drop it to Scene Editor or Scene Tree.

drawing-5-1717751024.png

Scene Editor: Drop the template scene node in the Scene Editor to create an instance of this node at the given location. The new scene node will be created at the top level of the scene graph.

Scene Tree: As an alternative, the template scene node from Imports can also be dropped to the Scene Tree. This way it is possible to hierarchically sort the new node into the scene graph.

Bitmaps from Imports can only be dropped on an already existing RenderNode or BitmapNode. In this case, a BitmapBrushAlphaBlend effect will be created on that node referencing the given bitmap.

When adding a node to the scene tree, note the following:

  1. The new node will be created as the last child of the node on which the node is dropped.
  2. To modify the scene tree structure, hold the "Ctrl" key while moving the node along the scene tree to the desired position.
  3. Moving a node along the scene tree without keeping the "Ctrl" key pressed will move the selected node inside the node it was dropped on.
drawing-4-1730102263.png

Properties of Nodes Created from Imports

All node properties of a selected node are displayed in "Properties" panel.

For nodes created from imports, additional properties are available:

  • Import Path: Specifies the path to the imported artifact that serves as the source
  • Status:
    > OK: Template exists and type matches
    > New: Parent instance item is linked to a template which was modified by adding new children
    > Missing: Template item cannot be found