home *** CD-ROM | disk | FTP | other *** search
/ HOT Scene Stuff / hotscenestuffzyklop1996.iso / demos / sunknown / rcglobal.h < prev    next >
C/C++ Source or Header  |  1994-04-06  |  860b  |  50 lines

  1. // GLOBAL DEFINITIONS
  2.  
  3. #ifndef _RCGLOBAL_H
  4. #define _RCGLOBAL_H
  5.  
  6. // GAMEPLAY /////////////////////////////////////////////////////////////////
  7.  
  8. #define    ZVALS    320
  9.  
  10. #define OVERCAMZ  7000.0
  11. #define OVERCAMX    2885.0
  12. #define OVERMAXZ    2250.0
  13.  
  14. #define DIFFUSE        1
  15.  
  16. #define CAMZ          4485.0
  17. #define CAMX          4230.0
  18. #define MAXZ          3650.0
  19.  
  20. #define HSIZE1        110
  21. #define HRAND1        30
  22. #define HSKY1            16
  23. #define HSIZE0        88
  24. #define HSKY0     13
  25. #define HSIZE2        240
  26.  
  27. #define SLAKK1        60
  28.  
  29. #define FOCAL     32767
  30. #define ANGLES        8192
  31. #define CAMANGLES 1
  32. #define COORS     6
  33.  
  34. #define ACO                20
  35.  
  36. #define BEREGNPAL    0
  37.  
  38. // FIXED DEFINES ////////////////////////////////////////////////////////////
  39.  
  40. #define VIEW1PL        1
  41. #define VIEW2PL        2
  42. #define OVERVIEW    0
  43.  
  44. #define BLANK            0
  45. #define BIL                1
  46. #define OBJEKT        2
  47. #define TEXTURE        3
  48.  
  49. #endif
  50.