Files Classes Functions Hierarchy
#include <openwindowresource.h>#include <GL/glut.h>#include <GL/gl.h>#include <zpr.h>#include <gobj.h>#include <graphmisc.h>
Go to the source code of this file.
Functions | |
| void | keyboard (unsigned char key, int x, int y) |
| void | display () |
Variables | |
| gobjContainer | xGraphics |
| void display | ( | ) |
Definition at line 26 of file openwindowresource.cpp.
References axes(), gobjContainer::draw(), glerrordisplay(), and gobj::global.
Referenced by main(), openwindowresource::openwindowresource(), test01(), and test02().
00027 { 00028 glPushMatrix(); // save 00029 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); 00030 00031 axes(1.0); 00032 00033 gobj::global->draw(); 00034 00035 glerrordisplay(); 00036 00037 glutSwapBuffers(); 00038 glPopMatrix(); // restore 00039 }
| void keyboard | ( | unsigned char | key, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 15 of file openwindowresource.cpp.
Referenced by main(), openwindowresource::openwindowresource(), test01(), test02(), and test03().
Definition at line 12 of file openwindowresource.cpp.
Referenced by display(), display01(), display02(), main(), menusystemtest::test01(), menusystemtest::test02(), test02(), and test03().
1.5.8