home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / flip3d / flipcube.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-15  |  1.2 KB  |  38 lines

  1. /**************************************************************************
  2.  
  3.     FLIPCUBE.H - A spinning cube demo for WinG
  4.  
  5.  **************************************************************************/
  6. /**************************************************************************
  7.  
  8.     (C) Copyright 1995-1996 Microsoft Corp.  All rights reserved.
  9.  
  10.     You have a royalty-free right to use, modify, reproduce and 
  11.     distribute the Sample Files (and/or any modified version) in 
  12.     any way you find useful, provided that you agree that 
  13.     Microsoft has no warranty obligations or liability for any 
  14.     Sample Application Files which are modified. 
  15.  
  16.  **************************************************************************/
  17.  
  18. /* Menu Items */
  19. #define MENU_ABOUT        1
  20. #define MENU_EXIT         2
  21. #define MENU_SPIN         3
  22. #define MENU_LARGER       4
  23. #define MENU_SMALLER      5
  24. #define MENU_TEXTURE      7
  25. #define MENU_PERSPECTIVE  9
  26. #define MENU_DITHER       10
  27.  
  28. #define MENU_MODULATE     20
  29. #define MENU_COPY         21
  30. #define MENU_DECAL        22
  31.  
  32. #define MENU_CULL_NONE    30
  33. #define MENU_CULL_CW      31
  34. #define MENU_CULL_CCW     32
  35.  
  36. #define MENU_MODE         100
  37. #define MENU_DEVICE       200
  38.