home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / vogle / prev.lha / objs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-29  |  429 b   |  31 lines

  1. /*
  2.  * object type codes.
  3.  */
  4.  
  5. #define SPHERE        0
  6. #define BOX        1
  7. #define RING        2
  8. #define POLYGON        3
  9. #define GEOMETRY    4
  10. #define SUPERQUADRIC    5
  11. #define ALGEBRAIC    6
  12. #define CONE        7
  13. #define ELLIPSOID    8
  14. #define CYLINDER    9
  15. #define TORUS        10
  16.  
  17. #define    CSG_ADD        11
  18. #define    CSG_SUB        12
  19. #define    CSG_INT        13
  20.  
  21. #define    TRIANGLE    14
  22.  
  23. #define STREE        15
  24.  
  25. #define    NUM_OBJS    16
  26. #define    COMP_OBJ    NUM_OBJS
  27.  
  28. #define    CSG_OBJ        CSG_ADD
  29.  
  30. #define    NULL_OBJ    255
  31.