#include <Sphere.h>

Public Member Functions | |
| Sphere () | |
| ~Sphere () | |
| void | Display () |
| void | ScaleResolution (GLfloat) |
Private Attributes | |
| GLint | mSlices |
| GLint | mStacks |
| GLuint | mDisplayList |
| glotzopengl::Sphere::Sphere | ( | ) |
| glotzopengl::Sphere::~Sphere | ( | ) |
| void glotzopengl::Sphere::Display | ( | ) | [virtual] |
Implements glotzopengl::GlObject.
| void glotzopengl::Sphere::ScaleResolution | ( | GLfloat | s | ) | [virtual] |
Reimplemented from glotzopengl::GlObject.
GLint glotzopengl::Sphere::mSlices [private] |
GLint glotzopengl::Sphere::mStacks [private] |
GLuint glotzopengl::Sphere::mDisplayList [private] |
1.5.3