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