#include <TexturedSphere.h>

Public Member Functions | |
| TexturedSphere () | |
| ~TexturedSphere () | |
| void | Display () |
| void | ScaleResolution (GLfloat) |
| void | Print (std::ostream &) |
Private Attributes | |
| GLint | mSlices |
| GLint | mStacks |
| GLuint | mDisplayList |
Static Private Attributes | |
| static bool | mIsFirsttime = true |
| glotzopengl::TexturedSphere::TexturedSphere | ( | ) |
| glotzopengl::TexturedSphere::~TexturedSphere | ( | ) |
| void glotzopengl::TexturedSphere::Display | ( | ) | [virtual] |
Implements glotzopengl::GlObject.
| void glotzopengl::TexturedSphere::ScaleResolution | ( | GLfloat | s | ) | [virtual] |
Reimplemented from glotzopengl::GlObject.
| void glotzopengl::TexturedSphere::Print | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from glotzopengl::GlObject.
GLint glotzopengl::TexturedSphere::mSlices [private] |
GLint glotzopengl::TexturedSphere::mStacks [private] |
GLuint glotzopengl::TexturedSphere::mDisplayList [private] |
bool glotzopengl::TexturedSphere::mIsFirsttime = true [static, private] |
1.5.3