home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
-
- FLIPCUBE.H - A spinning cube demo for WinG
-
- **************************************************************************/
- /**************************************************************************
-
- (C) Copyright 1995-1996 Microsoft Corp. All rights reserved.
-
- You have a royalty-free right to use, modify, reproduce and
- distribute the Sample Files (and/or any modified version) in
- any way you find useful, provided that you agree that
- Microsoft has no warranty obligations or liability for any
- Sample Application Files which are modified.
-
- **************************************************************************/
-
- /* Menu Items */
- #define MENU_ABOUT 1
- #define MENU_EXIT 2
- #define MENU_SPIN 3
- #define MENU_LARGER 4
- #define MENU_SMALLER 5
- #define MENU_TEXTURE 7
- #define MENU_PERSPECTIVE 9
- #define MENU_DITHER 10
-
- #define MENU_MODULATE 20
- #define MENU_COPY 21
- #define MENU_DECAL 22
-
- #define MENU_CULL_NONE 30
- #define MENU_CULL_CW 31
- #define MENU_CULL_CCW 32
-
- #define MENU_MODE 100
- #define MENU_DEVICE 200
-