NXC
Version 1.2.1 r5
|
|
inline |
Create a 3D pyramid.
Define a 3D pyramid using the specified begin mode for all faces. The center of the pyramid is at the origin of the XYZ axis with width, height, and depth specified via the glSizeX, glSizeY, and glSizeZ parameters.
glMode | The begin mode for each surface. See Graphics library begin modes. |
glSizeX | The X axis size (width). |
glSizeY | The Y axis size (height). |
glSizeZ | The Z axis size (depth). |