/[cvs]/api/Classes/Engine3d/TPolytri.h
ViewVC logotype

Annotation of /api/Classes/Engine3d/TPolytri.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (22 years, 11 months ago) by bearsoft
Branch point for: lazy, MAIN
File MIME type: text/plain
Initial revision

1 bearsoft 1.1 #ifndef __TPolytri_H__
2     #define __TPolytri_H__
3    
4     class TPolytri {
5    
6     public:
7    
8     TPolytri();
9     TPolytri::~TPolytri();
10    
11     float x1, y1, z1;
12     float x2, y2, z2;
13     float x3, y3, z3;
14     float u1, v1;
15     float u2, v2;
16     float u3, v3;
17     int *texture;
18    
19     private:
20    
21     };
22    
23     #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26