Files Classes Functions Hierarchy
#include <zpr.h>#include <graphmisc.h>#include <pointsurfacetest.h>#include <pointsurface.h>
Go to the source code of this file.
Functions | |
| void | pointsurfacetestdisplay01 () |
| void | pointsurfacetestkeyboard01 (unsigned char key, int x, int y) |
| void pointsurfacetestdisplay01 | ( | ) |
Definition at line 11 of file pointsurfacetest.cpp.
References gobjContainer::draw(), glerrordisplay(), and gobj::global.
Referenced by pointsurfacetest::test01(), pointsurfacetest::test02(), and pointsurfacetest::test03().
00012 { 00013 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); 00014 00015 gobj::global->draw(); 00016 00017 glerrordisplay(); 00018 00019 glutSwapBuffers(); 00020 }
| void pointsurfacetestkeyboard01 | ( | unsigned char | key, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 22 of file pointsurfacetest.cpp.
Referenced by pointsurfacetest::test01(), pointsurfacetest::test02(), and pointsurfacetest::test03().
1.5.8