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

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