home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / meditres.h_ / meditres.bin
Text File  |  1995-11-14  |  2KB  |  59 lines

  1. /**********************************************************************
  2.  *
  3.  * File :     meditres.h
  4.  *
  5.  * Abstract : RenderWare paint demo. Material editor resource bindings
  6.  *
  7.  **********************************************************************
  8.  *
  9.  * This file is a product of Criterion Software Ltd.
  10.  *
  11.  * This file is provided as is with no warranties of any kind and is
  12.  * provided without any obligation on Criterion Software Ltd. or
  13.  * Canon Inc. to assist in its use or modification.
  14.  *
  15.  * Criterion Software Ltd. will not, under any
  16.  * circumstances, be liable for any lost revenue or other damages arising
  17.  * from the use of this file.
  18.  *
  19.  * Copyright (c) 1995 Criterion Software Ltd.
  20.  * All Rights Reserved.
  21.  *
  22.  * RenderWare is a trademark of Canon Inc.
  23.  *
  24.  ************************************************************************/
  25.  
  26. /* only used to compile editmat.c */
  27.  
  28. #define RwMaterialDialog    100
  29. #define MAT_OPACITYSCROLL    102
  30. #define MAT_OPACITYVALUE    103
  31. #define MAT_BUTTON          101
  32. #define MAT_AMBIENTSCROLL    104
  33. #define MAT_AMBIENTVALUE    105
  34. #define MAT_DIFFUSESCROLL    106
  35. #define MAT_DIFFUSEVALUE    107
  36. #define MAT_SPECUALRSCROLL    108
  37. #define MAT_SPECULARVALUE    109
  38. #define MAT_REDSCROLL       110
  39. #define MAT_REDVALUE          111
  40. #define MAT_GREENSCROLL       112
  41. #define MAT_GREENVALUE       113
  42. #define MAT_BLUESCROLL       114
  43. #define MAT_BLUEVALUE       115
  44.  
  45. #define MAT_POINTCLOUD       116
  46. #define MAT_WIREFRAME       117
  47. #define MAT_SOLID          118
  48.  
  49. #define MAT_LIT              119
  50. #define MAT_FLATSHADE       120
  51. #define MAT_SMOOTHSHADE       121
  52.  
  53. #define MAT_TEXTUREBUTTON    122
  54. #define MAT_TEXTURESCROLL    123
  55.  
  56. #define MAT_REDTEXT    124
  57. #define MAT_GREENTEXT    125
  58. #define MAT_BLUETEXT    126
  59.