home *** CD-ROM | disk | FTP | other *** search
/ Game Developers Magazine 3 / GDM003.ZIP / README.TXT < prev    next >
Text File  |  1993-10-29  |  3KB  |  116 lines

  1. Welcome to the I3D (Interactive 3D) tool kit demo
  2. -------------------------------------------------
  3.  
  4. I3D is a C tool kit that provides a high speed, texture mapped, 3D virtual 
  5. environment. I3D can be used to create MS-DOS or MS Windows applications. 
  6.  
  7. I3D has been tested with the Borland C/C++ v3.1, Microsoft C/C++ v8.0, 
  8. and Watcom C/C++ 32 bit v9.5 compilers.
  9.  
  10. Due to the highly interactive nature of I3D, it requires a 386 or better
  11. processor and a VGA or SVGA graphics card to run. Windows performance is
  12. directly proportional to the speed of the Windows display driver.
  13.  
  14. I3D supports the following features: 
  15.  
  16.  * High speed texture mapping of walls, floors and ceilings.
  17.  
  18.  * Animated texture maps.
  19.  
  20.  * Transparent textures.
  21.  
  22.  * 64 x 64, 128 x 128, or 256 x 256 pixel texture maps.
  23.  
  24.  * Reading of PCX 256 color files.
  25.  
  26.  * Variable window size.
  27.  
  28.  * Multiple windows.
  29.  
  30.  * Compatible with 3rd party graphics libraries.
  31.  
  32.  * Moving objects.
  33.  
  34.  * Actor objects that look different from various viewing angles.
  35.  
  36.  * Collision detection (viewer with walls, objects with viewer).
  37.  
  38.  * Joystick, keyboard and mouse support for navigation.
  39.  
  40.  * Pick (hit) detection.
  41.  
  42.  * Full screen 320x200 VGA mode in Windows.
  43.  
  44.  * Large world maps, world maps can be edited as bitmaps.
  45.  
  46.  * Look up / look down (Page Up / Page Down keys in demos).
  47.  
  48.  * Full C source code to demo programs.
  49.  
  50.  * Printed manual.
  51.  
  52.  * Easy to use C API (see I3DKIT.H for examples)
  53.  
  54.  * No royalities.
  55.  
  56.  
  57. Running the Demos:
  58.  
  59. To run the DOS demo, simply type DEMO_DOS <RETURN> at the command line.
  60.  
  61. To run the Windows demo, run windows and then use the file manager to locate
  62. DEMO_WIN.EXE. Double-click on DEMO_WIN.EXE to run it.
  63.  
  64. (You may need to move the DISPDIB.DLL to your Windows directory if you are
  65.  running Windows 3.0.)
  66.  
  67. (If you do not already have the IBM Joystick driver for Windows loaded,
  68.  un-zip the IBMJOY.ZIP file and follow the instructions.)
  69.  
  70.  
  71. Ordering:
  72.  
  73. Please use the ORDER.TXT or ORDER.WRI file to print an order form. 
  74. Payment in the form of a money order or check is acceptable. Sorry, we do
  75. not accept credit card or COD orders at this time. 
  76.  
  77. Please allow 2-4 weeks for delivery. Money orders will take less time, since
  78. we do not have to wait for the check to clear.
  79.  
  80. Pricing:
  81.  
  82. The price for I3D is $95.00 US, plus $5.00 shipping and handling
  83. (US and Canada, $10.00 outside US and Canada). 
  84.  
  85.  
  86. Your comments and suggestions are greatly appreciated.
  87.  
  88. US Mail:    Jim O'Keane
  89.                 2134 LaFollette Ave.
  90.         Madison, WI 53704
  91.  
  92. CompuServe:     72713,3135
  93.  
  94. Internet:       jokeane@aol.com
  95.  
  96.  
  97.  
  98. I3D Demo Distribution:
  99.  
  100. You are allow to copy and distribute this demo provided the 
  101. conditions described below are met:
  102.  
  103. The I3D demo MUST be copied in an unmodified form.
  104.  
  105. No fee, charge or other compensation may be accepted or requested by 
  106. anyone for the I3D demo without the express written permission of 
  107. Jim O'Keane.
  108.  
  109. Public Domain Disk Vendors may not charge a fee for the I3D demo itself. 
  110. However you may include it on a diskette for which you charge a 
  111. nominal distribution fee.
  112.  
  113. Operators of electronic bulletin board systems (Sysops) may post the
  114. I3D demo for downloading by their users without written permission 
  115. only as long as the above conditions are met.
  116.