Skip to content

textmode.js / Textmodifier / sphere

Method: sphere()

ts
sphere(radius?): void;

Draw a sphere mesh primitive.

Parameters

ParameterTypeDescription
radius?numberSphere radius in grid cells (defaults to 50).

Returns

void

Example