home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / read8.txt < prev    next >
Text File  |  1995-11-27  |  4KB  |  102 lines

  1.                  RenderWare(tm) v1.4 FCS Sample Scripts
  2.              ======================================
  3.  
  4. ----------------------------------------------------------------------------
  5. These files are provided as is with no warranties of any kind and are
  6. provided without any obligation on Criterion Software Ltd. to assist in
  7. their use.
  8.  
  9. Criterion Software Ltd. will not, under any circumstances, be liable for any
  10. lost revenue or other damages arising from the use of these files.
  11.  
  12. The collection of models and textures on this CDROM are Copyright 1995
  13. Criterion Software Ltd. United States copyright law recognizes the
  14. "collection copyright."
  15.  
  16. ----------------------------------------------------------------
  17.  
  18. This directory contains several sample script (.rwx) files for RenderWare.
  19. These script files are provided to help you explore the features of
  20. RenderWare and the supplied demonstration programs. When running the
  21. RenderWare demonstration programs, please ensure that the directory
  22. containing these scripts is specified as one element of the environment
  23. variable RWSHAPEPATH. For a description of how to set the environment
  24. variable RWSHAPEPATH see the main readme file for this distribution
  25. (\rwdos\readme.txt).
  26.  
  27. Please note that these scripts are only intended to to be used for your
  28. own, exploratory purposes and should not be used in any commercial product
  29. without first obtaining permission.
  30.  
  31. The supplied scripts are as follows:
  32.  
  33. Single Clumps
  34. -------------
  35.  
  36. 1)  ball.rwx        A simple model of a child's ball.
  37.  
  38. 2)  banana.rwx        A simple model of a banana.
  39.  
  40. 3)  coke.rwx        A very detailed model of a Coca-Cola can.
  41.  
  42. 4)  eggs.rwx        A model of two multi-colored eggs.
  43.  
  44. 5)  facet6.rwx        A simple model of a cube.
  45.  
  46. 6)  gift.rwx        A simple model of a gift wrapped box.
  47.  
  48. 7)  head.rwx        A very detailed model of a human head. Please note, this
  49.             is a large model consisting of over 1500 polygons.
  50.  
  51. 8)  perspect.rwx    A texture mapped cube which demonstrates the new
  52.                     Foreshorten (rwFORESHORTEN) perspectively correct texture
  53.                     mode. Load the cube into a view and compare the faces
  54.                     labelled Foreshorten against those labelled NOT Foreshorten
  55.                     when viewed with extreme persepctive.
  56.  
  57. 9)  renderrw.rwx    A model of the RenderWare(tm) logo.
  58.  
  59. 10) sprite.rwx      A red hot chilli pepper sprite. The script demonstrates
  60.                     the AxisAlignment keyword used for sprites and the new
  61.                     texture masking feature.
  62.  
  63. 11) table.rwx       A detailed model of a table.
  64.  
  65. 12) texture.rwx     A very simple model demonstrating how to specify
  66.             textures and texture coordinates in scripts. The model
  67.             is a simple quad with the mandel.bmp texture mapped
  68.             onto it.
  69.  
  70. 13) torus.rwx        A model of a torus.
  71.  
  72. 14) triad.rwx       A model of the X, Y and Z axes of 3D space. This model
  73.                     is useful for exploring the orientation of 3D space.
  74.  
  75. Hierarchical Clumps
  76. -------------------
  77.  
  78. 15) robot.rwx        A hierarchical model of a robot arm. This script
  79.             demonstrates the construction of hierarchical models
  80.             in RenderWare scripts file.
  81.  
  82. 16) human.rwx        An abstract hierarchical model of a human. This script
  83.             demonstrates the construction of hierarchical models
  84.             in RenderWare script files.
  85.  
  86. Text
  87. ----
  88.  
  89. 17) text            This sub-directory contains a simple, polygonal, sans-serif
  90.                     typeface. Each script file contains the polygonal
  91.                     representation of a glyph. The name of each file is the ASCII
  92.                     code for the glyph. For example 065.rwx is the letter A. The
  93.                     letters in this directory are flat, single sided shapes.
  94.  
  95. 17) exttext         This sub-directory contains a simple, polygonal, sans-serif
  96.                     typeface. Each script file contains the polygonal
  97.                     representation of a glyph. The name of each file is the ASCII
  98.                     code for the glyph. For example 065.rwx is the letter A. The
  99.                     letters in this directory are extruded, beveled shapes.
  100.  
  101.     ============================================================
  102.