Skip to main content

Grid

Overview

Generates a flat, rectangular mesh surface (plane) mesh.


Inputs

NameTypeDescription
OriginVector3The center position of the grid in 3D space.
RotationVector3The Euler angles (in degrees) used to orient the grid.
ScaleVector3The width (X) and length (Z) of the grid.
Resolution XintThe number of subdivisions along the X-axis.
Resolution ZintThe number of subdivisions along the Z-axis.
Uniform ScalefloatA global multiplier applied to the overall size of the grid.

Outputs

NameTypeDescription
OutputMeshDataThe generated grid/plane mesh data.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Orientation: While a standard "Plane" is often flat on the XZ plane, the Rotation input allows you to easily create vertical walls or angled slopes.