home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * File : rwvis.rc
- *
- * Abstract : RenderWare visualisation demo. Resource definitions
- *
- **********************************************************************
- *
- * 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.
- *
- ************************************************************************/
-
- #include "windows.h"
-
- ABOUT DIALOG PRELOAD DISCARDABLE 20, 20, 258, 205
- STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
- CAPTION "Visualisation Help"
- FONT 8, "System"
- BEGIN
- DEFPUSHBUTTON "OK",1,157,61,32,14,WS_GROUP
- CTEXT "This simple application demonstrates the power of 3D graphics using RenderWare for scientific visualisation. ",
- -1,112,25,138,28
- CTEXT "Menus",-1,107,91,34,9
- LTEXT "Define a surface to be modelled.",-1,66,102,136,11
- LTEXT "Define the number of polygons in the surface (n^2).",-1,
- 66,112,171,10
- LTEXT "Select flat or smooth shading for surface.",-1,66,122,
- 144,8
- LTEXT "Define the texture mapped onto the surface.",-1,66,131,
- 163,8
- CTEXT "(all actioned by pressing and holding the button then moving the mouse)",
- -1,6,159,241,13
- LTEXT "If over object then rotate object else stop rotation.",
- -1,83,171,165,8
- LTEXT "Rotate light",-1,83,180,44,8
- CTEXT "Controls",-1,85,149,82,11
- LTEXT "Plot",-1,10,103,32,8
- LTEXT "Resolution",-1,10,113,39,8
- LTEXT "Shading",-1,10,122,37,8
- LTEXT "Texture",-1,10,131,43,8
- CONTROL "",-1,"Static",SS_BLACKFRAME,8,89,231,54
- LTEXT "Left Mouse Button",-1,9,171,62,8
- LTEXT "Right Mouse Button",-1,9,180,69,8
- CONTROL "",-1,"Static",SS_BLACKFRAME,4,149,246,51
- CONTROL "",2,"Button",BS_OWNERDRAW,2,2,103,79
- END
-
-
- C_BULB CURSOR DISCARDABLE "C_BULB.CUR"
-
- CRITERION_LOGO BITMAP DISCARDABLE "rwlogo.bmp"
-
- RW_ICON ICON DISCARDABLE "rw.ico"
-