home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / MCC_GLArea / MCC_GLArea_Dev / GLArea_Demo / Main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-13  |  567 b   |  29 lines

  1. /*----------------------------------------------------
  2.   Main.h (GLArea_Demo)
  3.   Version 1.1
  4.   Date: 8.8.1999
  5.   Author: Bodmer Stephan (bodmer2@uni2a.unige.ch)
  6.   Note:
  7. -----------------------------------------------------*/
  8. #ifndef MAIN_H
  9. #define MAIN_H
  10.  
  11. #define CUBE 0
  12. #define GLUTCUBE 1
  13. #define GLUTSPHERE 2
  14. #define GLUCYLINDER 3
  15. #define GLUTCONE 4
  16. #define GLUTTORUS 5
  17. #define GLUTDODECAHEDRON 6
  18. #define GLUTOCTAHEDRON 7
  19. #define GLUTTETRAHEDRON 8
  20. #define ICOSAHEDRON 9
  21. #define GLUTTEAPOT 10
  22. #define PAWN 11
  23.  
  24. #define SOLID 0
  25. #define WIRE 1
  26. #define TEXTURED 2
  27.  
  28. #endif
  29.