sphere()
Creates a full sphere with the given radius.
Returns: Transformable
Signatures
sphere(radius: NumberParam): Transformable
Creates a full sphere with the given radius.
| Parameter | Type | Description |
|---|---|---|
radius | NumberParam | The sphere radius |
sphere(radius: NumberParam, angle: NumberParam): Transformable
Creates a partial sphere with the given radius and sweep angle.
| Parameter | Type | Description |
|---|---|---|
radius | NumberParam | The sphere radius |
angle | NumberParam | The sweep angle in degrees |