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