#include <STQGLExampleObjects.h>
Inheritance diagram for STQGLExampleWiredSphere:
Public Member Functions | |
STQGLExampleWiredSphere (const CP3D &cCenter, float radius, int n1, int n2, float red, float green, float blue, float lw=2.5) | |
void | draw () |
STQGLExampleWiredSphere::STQGLExampleWiredSphere | ( | const CP3D & | cCenter, | |
float | radius, | |||
int | n1, | |||
int | n2, | |||
float | red, | |||
float | green, | |||
float | blue, | |||
float | lw = 2.5 | |||
) | [inline] |
Default constructor.
void STQGLExampleWiredSphere::draw | ( | ) | [virtual] |
Implementation of the inherited method. It does all OpenGL drawing into the current context.
Implements GLDrawable.