Skip to main content

Creating Your First Procedural System

The Node Graph is the core of Infinity Creator, allowing you to visually design and modify procedural systems by connecting nodes.

Step 1: Opening the Node Graph

The Node Graph should be visible in the default setup under the 3D Scene.

  1. Go to View > Node Graph or click the Node Graph Panel in the workspace.
  2. You'll see a blank canvas where you can add and connect nodes.

Step 2: Adding Nodes from the Toolbox

  1. Open the Toolbox Panel (left sidebar).
  2. Expand a category like Noise, Math, or Geology.
  3. Drag & drop a node into the Node Graph Canvas.
  4. Repeat to add multiple nodes.

Step 3: Connecting Nodes

  1. Click on the output port of one node.
  2. Drag the connection line to the input port of another node.
  3. Repeat this process to build a procedural flow.

Example Workflow:

  • Create MeshNoise DeformCreate RenderObject

Step 4: Adjusting Node Properties

  1. Click on a node to select it.
  2. The Inspector View (right sidebar) will show the node's properties.
  3. Modify values like scale, intensity, frequency, etc.
  4. Press Enter or click outside the field to apply changes.

Step 5: Running & Previewing the Graph

  1. Click the Run System to execute the selected system in the node graph. Click Run Core to execute all systems.
  2. View the result in the 3D Scene View.
  3. Adjust nodes and press Run System to see updates.

Step 6: Saving Your Project

  1. Click File > Save Project.
  2. Choose a save location.
  3. You can reload projects later via File > Open Project.