home *** CD-ROM | disk | FTP | other *** search
- /* The popup in our object creator returns the type selected by the user
- * We need to know what this type is so that we can create the correct object structure
- * The M prefix stands for Menu
- */
- enum {
- MPlane = 1,
- MSphere,
- MCone,
- MBox,
- MTorus,
- MBlob,
- MDisc,
- MTriangle,
- MPolygon,
- MHf,
- MCylinder,
- MList,
- MGrid,
- MDifference,
- MIntersection,
- MUnion
- } ;
-
-
-