Signature
Parameters
Variables | Description |
---|---|
quad |
Specifies the quadrics object (created with
gluNewQuadric
).
|
radius |
Specifies the radius of the sphere.
|
slices |
Specifies the number of subdivisions around the
z
axis
(similar to lines of longitude).
|
stacks |
Specifies the number of subdivisions along the
z
axis
(similar to lines of
latitude).
|
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.
gluSphere