|
|
Draws a cylinder.
- Parameters
-
| startPoint | Point in the center of the first end. |
| endPoint | Point in the center of the second end. |
| radius | Radius of the cylinder. |
| segments | Number of segments (Subdivisions around the cylinder). |
| slices | Number of slices (Subdivisions down the cylinder). |
| colour | Colour of cylinder. |
| mat | World matrix for rendering. |
| wireframe | Renders the cylinder in wireframe. |
- Returns
- None.
|