|
|
Draws a cone.
- Parameters
-
| base | Point in the center of the base. |
| point | The tip of the cone. |
| radius | Radius of the base of the cone. |
| segments | Number of segments (Subdivisions around the cone). |
| colour | Colour of cone. |
| mat | World matrix for rendering. |
| wireframe | Renders the cone in wireframe. |
- Returns
- None.
|