home *** CD-ROM | disk | FTP | other *** search
- /*
- * object type codes.
- */
-
- #define SPHERE 0
- #define BOX 1
- #define RING 2
- #define POLYGON 3
- #define GEOMETRY 4
- #define SUPERQUADRIC 5
- #define ALGEBRAIC 6
- #define CONE 7
- #define ELLIPSOID 8
- #define CYLINDER 9
- #define TORUS 10
-
- #define CSG_ADD 11
- #define CSG_SUB 12
- #define CSG_INT 13
-
- #define TRIANGLE 14
-
- #define STREE 15
-
- #define NUM_OBJS 16
- #define COMP_OBJ NUM_OBJS
-
- #define CSG_OBJ CSG_ADD
-
- #define NULL_OBJ 255
-