cylinder()
Creates a cylinder with the given radius and height.
Returns: SceneObject
Signatures
cylinder(radius: number, height: number): SceneObject
Creates a cylinder with the given radius and height.
| Parameter | Type | Description |
|---|---|---|
radius | number | The cylinder radius |
height | number | The cylinder height |