home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef FEEDBACKDEF
- #define FEEDBACKDEF
-
- /**************************************************************************
- * *
- * Copyright (C) 1991, Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs contain *
- * unpublished proprietary information of Silicon Graphics, Inc., and *
- * are protected by Federal copyright law. They may not be disclosed *
- * to third parties or copied or duplicated in any form, in whole or *
- * in part, without the prior written consent of Silicon Graphics, Inc. *
- * *
- **************************************************************************/
-
- /*
- * $Revision: 1.1 $
- *
- * IGLOO feedback supports a superset of EXPRESS and VENICE tokens
- */
-
- #define FB_POINT ( 95.0)
- #define FB_MOVE (103.0)
- #define FB_DRAW (113.0)
- #define FB_LINE (113.0)
- #define FB_POLYGON ( 72.0)
- #define FB_CMOV (163.0)
- #define FB_PASSTHROUGH (176.0)
- #define FB_ZBUFFER ( 46.0)
- #define FB_LINESTYLE ( 76.0)
- #define FB_SETPATTERN (133.0)
- #define FB_LINEWIDTH ( 77.0)
- #define FB_LSREPEAT ( 90.0)
- #define FB_NULL ( 0.0)
-
- #endif /* FEEDBACKDEF */
-
-