Skip to main content

Cube

Overview

Generates a 3D box primitive with adjustable dimensions, orientation, and edge resolution.


Inputs

NameTypeDescription
OriginVector3The center point of the cube in 3D space.
RotationVector3The Euler angles (in degrees) for the cube's orientation.
ScaleVector3The dimensions of the cube along the X, Y, and Z axes.
Resolution X/Y/ZintThe number of subdivisions on each face. Increasing this adds more vertices.
Uniform ScalefloatA global multiplier applied to the overall size of the cube.

Outputs

NameTypeDescription
OutputMeshDataThe generated cube mesh.

Parameters

This node does not expose additional parameters.


Behavior Notes