Skip to main content

Sphere

Overview

Generates a UV sphere primitive composed of horizontal rings and vertical segments.


Inputs

NameTypeDescription
OriginVector3The center point of the sphere in 3D space.
RotationVector3The Euler angles (in degrees) for the sphere's orientation.
ScaleVector3Scaling along X, Y, and Z. Adjusting these creates an ellipsoid shape.
RowsintThe number of horizontal rings. Defines the vertical resolution.
ColumnsintThe number of vertical segments. Defines the radial smoothness.
Uniform ScalefloatA global multiplier applied to the final radius of the sphere.

Outputs

NameTypeDescription
OutputMeshDataThe generated sphere mesh data.

Parameters

This node does not expose additional parameters.


Behavior Notes