Node Reference
Add Geometry
If a name is not provided here the bin's name will be the same as the input geometry.
Weld will collapse the input geometry into one object and remove duplicate vertices.
Add Instance
Boolean CSG
Branch

New to 2024, the Branch Geometry node can be used to make all sorts of branches - from flowers and trees to lightning. The Position tab is for setting the initial disposition of your branch in a line between Position 1 and Position 2, with envelopes for animating those values over time. While the node has a vector input for Noise, you can also purely use the Branching tab. You have control over how many splits there will be, when they will take place, etc. The Mesh tab is for deciding whether your branch will use geometry or rely on edge rendering effects.
Cache Geometry
Options
- Freeze
This will create purely polygonal mesh transforms for saving
- Save Sequence
Clicking this will start saving every change at each frame for this object. Once your scene has been run through, you can disconnect the original nodes and just leave the cache node connected. This will be faster than having to evaluate all the nodes upstream from the cache
- Save Path
The path upon which the .lwgo format cache files will be saved
Combine Geometry
Data Geometry
Evaluate Geometry
Extrude Geometry
Options
- Axis - X, Y, Z or the polygon normal
The axis chosen for the extrude
- Offset
Distance to extrude to. Can be animated through the E button and textured with T
- Bevel
Choose whether to extrude (polygons on both sides) or Bevel (polygons just on one side)
- Inset
The distance to bring newly-extruded polygons from the bounds of the original polygon being extruded. Can be animated and textured
- Name
Names the polygons to be extruded
- Keep Selection
Checkbox to keep the polygons selected with the Select Polygon node further downstream in node connections
- New Surface
Dropdown with four choices:
New Polygons - Only polygons created with the extrude will get new surfacing. Essentially, the sides of the extrude
Original Polygons - Resurfaces the original polygons from which the extrusion was made. Essentially the top of the extrude
Both - Surfaces original and extruded polygons the same way
None - Has no impact on surfaces
Filter Geometry
For Loop
From Mesh
The From Mesh node will take existing mesh-based objects and use them in a Procedural Geometry context. Objects can be transformed or have additional options like MDD point caches or being categorised as Static. New to 2024, the dropdown menu now contains a Load Mesh entry.
Geometry VDB
This node converts Procedural Geometry objects into VDB objects. The output node for this node requires nodes from the OpenVDB group to continue operations before using the VDB Geometry node to continue as Procedural Geometry geometry.
You can control over Voxel Size (basically the resolution of the object) and Inner and Outer Bandwidths for objects that might not have a consistent amount of detail.
Grid Geometry
Options
- X, Y Count
How many squares your grid will be
- Position X, Y, Z
Where your grid will be. This can be animated with the E button
- Rotation X, Y, Z
How your grid will be rotated. This can be animated with the E button
- Scale X, Y, Z
How your grid will be sized. This can be animated with the E button
Hyper Paint
There are two outputs for this node, Result and Stroke Count. Stroke Count should go to the End input on the For Loop node and Result goes to the Geometry Filter input on the Info Geometry node.

- Paint Points
Checking this puts your Layout viewport into paint mode. The viewport is surrounded with a green line.
- Erase Stroke
Clicking or swiping over a stroke you have made will clear it.
- Clear All Layers
This will clear all stroked listed below.
- Target Item
A dropdown list of all scene items. Choose one to paint on
- Resample Spacing
How far apart samples are taken
- Offset From Viewport
How far off the surface of the object you are painting on. This value is in metres.
- Keyframed Strokes
This checkbox is for creating a stroke that builds over time rather than a static one.
- Lister
this window shows the Stroke layers you have created, how many keys they contain and how many strokes have been made
Info Geometry

The Info Geometry node is most often paired with the Filter Geometry and Data Geometry nodes to extract information about the points, polygons and other details about the geometry it's attached to. Its Geometry Filter input can either be the Filter node's output or directly from Primitive Geometry or Add Geometry node outputs. The Collapse option available on double-clicking the node will output a single mesh, rather than separated components.
L-System
Introduction
Presets
Other settings
- Iterations
How many times to repeat the rules
- Step Distance
The default unit of distance travelled for each F
- Angle
The default angle to turn with each +, -, &, ^, \ or /
- Tropism
The default angle T
- Start Direction
This can be Forward, Up or Left and determines the direction of your L-System's travel
- Random Seed
A random number to start your L-System's growth
- Name
The surface name to apply to created geometry
- Step Distance
This controls how fast your branch grows and can be animated over time with the E button and textured with the T
- Angle Scale
Controls the variance of angle between branches. It can be animated with E and textured with T
- Width Scale
This can be animated over time and textured. It is good for the simulation of tree growth
- Mesh
A checkbox to decide if you'd like actual geometry created, which can be saved as an object. If you leave this off, you can still render your L-System using Object Properties > Primitive > Edges.
- Width
Decides your mesh quality and can be animated over time or textured using the E and T buttons
- Sides
Decides the sides for the branches - four will make a square branch
Lathe

The Lathe node spins geometry around a chosen axis. You can decide how many turns to make, an offset and whether to close the ends. Lathed geometry can have a distinct surface.
Lerp Vector
Line Geometry
Point Geometry
Poly Geometry
Options
- Point Polys
Single-point polygons
- Polygon
Outputs a single polygon as x
- Line Chain
Creates a chain of 2-point polys from the first indexed point to the last
Primitive Geometry
Options
- Position X, Y and Z
This value can be animated over time
- Rotation X, Y and Z
This value can be animated over time
- Scale X, Y and Z
Can be animated over time
- Name
This is the internal name for the polygonal object created
- Sides
This setting appears if you have changed the object type to Cylinder and indicates the "polygonal resolution" of the end caps for your cylinder
- Level
This setting appears when you have changed the object type to Sphere and indicates the subdivision level.
Scatter Points
Select Polygons
Options
- Select Polygons
Check this and then select the polygons you want with the LMB. If you want to remove polygons from the selection, use RMB on them.
- Clear selected
Removes the whole selection, essentially deselecting the whole object. In line with the LightWave philosophy, if nothing is selected, everything is selected.
- By Surface
The dropdown represents the object's complete surface list for selection by surface.
Set Position
Set position is used to modify the position of Mesh or Spline geometry in a Procedural Geometry context. The Position Vector input could be supplied by a texture or some other mechanism and the UVBlend scalar input is best fed with a gradient (because they have a built-in UV component).
Spline Geometry

When you double-click on the Spline Geometry node, you will have a choice between Spline and Polyline geometry.
Spline Options
A spline here is a curved line. It has handles at either end to control the tangent. Additional knots can be placed by right-clicking on a knot.
- Y Up
This constrains the spline to having its Y coordinate always in a vertical orientation
- Segments
How many knots are along the whole spline (no matter how many knots)
- Linear
A checkbox to create a spline with sharp corners (the spacing isn't changed, just the tangent interpolation)
Polyline Options
A polyline is a set of straight edges, much as though you are creating this polygonally. Again, additional knots can be placed by right-clicking a knot
- Max Distance
The maximum distance between two knots without a subdivision. You will be able to see them as small bumps on the line or spline
- Rotate
Rotate the items you are using along the spline about the spline. Using Y Up ghosts this option
Shared Controls
- Rotate
Rotate the items you are using along the spline about the spline. Using Y Up ghosts this option
- Radius
When using Skin with no other geometry, determines how thick to make the spline
- Start
The visible start for your spline. This can be enveloped or textured
- End
The visible end for your spline. This can be enveloped or textured
- Output
A dropdown with four styles of spline or Polyline to choose from:
Points - Converts the user-created knots and Segments into points
Skin -The main option and the reason for the radius setting.
Knots - Uses the user-created knots and automatic tangential knots
Line Chain - Converts the Polyline into a chain of 2-point polygons
- Sides
How many sides the Spline will consist of when made into polygons
- U Subdivide
Subdivides the length of the spline's automatic UV map
- Visualize
Shows the vectors for each segment of the spline
- Rotation Scale Handles
Add handles to each knot to control that knot's scale and rotation (if you use the Y Up option, Rotation handles will not be shown)
- Name
The surface name and name used for the Procedural Geometry destination node window
Gizmo
Menu
Rotate and scale
Visualization
Transform Path
Spline Info
Thicken

Thicken makes a shell offset of your mesh with few controls. The offset determines how thick the wall will be and you can offset outwards with a positive value or inward with a negative value; this can be enveloped. The New Surface choice is the same as with Extrude Geometry.
Transform Item
Used to transform (change position, rotation or scale) an item in a Procedural Geometry network.
VDB Geometry
Converts from an OpenVDB SDF to Procedural Geometry geometry. You can give the resulting object a new name if desired.