home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * File : meditres.h
- *
- * Abstract : RenderWare paint demo. Material editor resource bindings
- *
- **********************************************************************
- *
- * This file is a product of Criterion Software Ltd.
- *
- * This file is provided as is with no warranties of any kind and is
- * provided without any obligation on Criterion Software Ltd. or
- * Canon Inc. to assist in its use or modification.
- *
- * Criterion Software Ltd. will not, under any
- * circumstances, be liable for any lost revenue or other damages arising
- * from the use of this file.
- *
- * Copyright (c) 1995 Criterion Software Ltd.
- * All Rights Reserved.
- *
- * RenderWare is a trademark of Canon Inc.
- *
- ************************************************************************/
-
- /* only used to compile editmat.c */
-
- #define RwMaterialDialog 100
- #define MAT_OPACITYSCROLL 102
- #define MAT_OPACITYVALUE 103
- #define MAT_BUTTON 101
- #define MAT_AMBIENTSCROLL 104
- #define MAT_AMBIENTVALUE 105
- #define MAT_DIFFUSESCROLL 106
- #define MAT_DIFFUSEVALUE 107
- #define MAT_SPECUALRSCROLL 108
- #define MAT_SPECULARVALUE 109
- #define MAT_REDSCROLL 110
- #define MAT_REDVALUE 111
- #define MAT_GREENSCROLL 112
- #define MAT_GREENVALUE 113
- #define MAT_BLUESCROLL 114
- #define MAT_BLUEVALUE 115
-
- #define MAT_POINTCLOUD 116
- #define MAT_WIREFRAME 117
- #define MAT_SOLID 118
-
- #define MAT_LIT 119
- #define MAT_FLATSHADE 120
- #define MAT_SMOOTHSHADE 121
-
- #define MAT_TEXTUREBUTTON 122
- #define MAT_TEXTURESCROLL 123
-
- #define MAT_REDTEXT 124
- #define MAT_GREENTEXT 125
- #define MAT_BLUETEXT 126
-