|
| GlutExaminer (const char *_title, int _width, int _height) |
|
void | setup_scene (const Vec3f &_center, float _radius) |
|
void | view_all () |
|
double | measure_fps () |
|
| GlutViewer (const char *_title, int _width, int _height) |
|
|
virtual void | init () |
|
virtual void | draw () |
|
virtual void | motion (int x, int y) |
|
virtual void | mouse (int button, int state, int x, int y) |
|
virtual void | keyboard (int key, int x, int y) |
|
virtual void | display (void) |
|
virtual void | idle (void) |
|
virtual void | passivemotion (int x, int y) |
|
virtual void | reshape (int w, int h) |
|
virtual void | visibility (int visible) |
|
void | update_projection () |
|
|
GLTrackball | trackball_ |
|
Vec3d | center_ |
|
float | radius_ |
|
GLState | glstate_ |
|
int | width_ |
|
int | height_ |
|
GLfloat | near_ |
|
GLfloat | far_ |
|
GLfloat | fovy_ |
|
Definition at line 79 of file GlutExaminer.hh.
The documentation for this class was generated from the following files: