Documentation / @ripl/3d / createSphere
Function: createSphere() ​
createSphere(...
options):Sphere
Defined in: 3d/src/elements/sphere.ts:106
Factory function that creates a new Sphere instance.
Parameters ​
| Parameter | Type |
|---|---|
...options | [Partial<Omit<ElementOptions<SphereState>, "zIndex">>] |