home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------------------------------
- Main.h (GLArea_Demo)
- Version 1.1
- Date: 8.8.1999
- Author: Bodmer Stephan (bodmer2@uni2a.unige.ch)
- Note:
- -----------------------------------------------------*/
- #ifndef MAIN_H
- #define MAIN_H
-
- #define CUBE 0
- #define GLUTCUBE 1
- #define GLUTSPHERE 2
- #define GLUCYLINDER 3
- #define GLUTCONE 4
- #define GLUTTORUS 5
- #define GLUTDODECAHEDRON 6
- #define GLUTOCTAHEDRON 7
- #define GLUTTETRAHEDRON 8
- #define ICOSAHEDRON 9
- #define GLUTTEAPOT 10
- #define PAWN 11
-
- #define SOLID 0
- #define WIRE 1
- #define TEXTURED 2
-
- #endif
-