Files Classes Functions Hierarchy
00001 #ifndef TRIANGLES3TDISPLAYTEST_H 00002 #define TRIANGLES3TDISPLAYTEST_H 00003 00004 #include <vector> 00005 using namespace std; 00006 00007 #include <print.h> 00008 00012 class triangles3Tdisplaytest 00013 { 00015 gobjContainer xGraphics; 00016 public: 00017 00019 triangles3Tdisplaytest(); 00020 00022 void test01(int argc, char** argv); 00024 void test02(int argc, char** argv); 00026 void test03(int argc, char** argv); 00029 void test04(int argc, char** argv); 00031 void test05(int argc, char** argv); 00032 00034 void pipe01 00035 ( 00036 uintc n, 00037 vector<point3<uint> > & tri, 00038 vector<point3<double> > & pts 00039 ); 00041 void pipe02 00042 ( 00043 uintc n, 00044 vector<point3<uint> > & tri, 00045 vector<point3<double> > & pts, 00046 vector<point3<double> > & normals 00047 ); 00048 00050 static void display01(); 00052 static void keyboard01(unsigned char key, int x, int y); 00053 }; 00054 00055 00056 #endif 00057 00058
1.5.8