Signature
Parameters
Variables | Description |
---|---|
quad |
Specifies the quadrics object (created with
gluNewQuadric
).
|
base |
Specifies the radius of the cylinder at
z
= 0.
|
top |
Specifies the radius of the cylinder at
z
=
height
.
|
height |
Specifies the height of the cylinder.
|
slices |
Specifies the number of subdivisions around the
z
axis.
|
stacks |
Specifies the number of subdivisions along the
z
axis.
|
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
gluCylinder
{LGPL or GPL or MPL} Kamaelia
Sketches/CL/Topology3D/THF/Examples/Checkers/CheckersPiece.py
Lines: 53
{LGPL or GPL or MPL} Kamaelia
Code/Python/Kamaelia/Examples/SoC2006/THF/Checkers/CheckersPiece.py
Lines: 53