home *** CD-ROM | disk | FTP | other *** search
/ Game Developers Magazine 3 / GDM003.ZIP / I3D_DEMO.TXT < prev    next >
Text File  |  1993-12-04  |  2KB  |  39 lines

  1. I3D is a software tool kit designed to help you create your own interactive 
  2. 3D programs in C. If you're interested in creating a program similar to
  3. Castle Wolfenstein or Ultima Underworld - I3D is for you!
  4.  
  5. Applications developed with I3D may be distributed royalty-free!
  6.  
  7. I3D can be used to create MS-DOS or MS Windows applications. 
  8.  
  9. I3D is essentially a link library which provides a set of functions that 
  10. create a view bitmap. The view bitmap shows what the viewer can see of the 
  11. 3D virtual world from his location when looking in the direction he is facing. 
  12.  
  13. The I3D library also provides simple functions for drawing in the 320 x 200, 
  14. 256-color VGA mode, and functions to read 256 color PCX files. These 
  15. functions are included as a convenience for DOS programmers, and you may 
  16. substitute your own graphics library and your own functions for reading 256 
  17. color bitmap files if you wish.
  18.  
  19. I3D is designed for programmers that are familiar with the C language and 
  20. programming either under MS-DOS or Microsoft Windows. Since I3D involves the 
  21. drawing of bitmaps, the user should have some programming background in 
  22. computer graphics.
  23.  
  24. I3D supports the following features: 
  25.  * High speed texture mapping of walls, floors and ceilings.
  26.  * Animated texture maps.
  27.  * Transparent textures.
  28.  * Reading of PCX 256 color files.
  29.  * Variable window size.
  30.  * Collision detection (viewer with walls, objects with viewer).
  31.  * Joystick, keyboard and mouse support for navigation.
  32.  * Pick (hit) detection.
  33.  * Full screen 320x200 VGA mode in Windows.
  34.  * Large world maps, world maps can be edited as bitmaps.
  35.  * Look up / look down (Page Up / Page Down keys in demos).
  36.  * Full C source code to demo programs.
  37.  * Printed manual.
  38.  
  39.