home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_05 / BM214A.ZIP / ALPHA.TXT next >
Text File  |  1996-06-29  |  2KB  |  36 lines

  1. ALPHA.WAD
  2. ---------
  3.  
  4. This tiny PWAD example demonstrates the special QuickAlpha effect currently
  5. assigned to all 'middle' textures named 'sky1'. This name was chosen because
  6. it is always available in IWADs, and it is (almost) never used on middle textures.
  7.  
  8. Eventually, this will be changed to a unique name, but it will be left this way
  9. for now due to the difficulty of adding new texture names to PWAD files. This
  10. is currently the simplest solution for demonstrating the effect.
  11.  
  12. The ALPHA.WAD demo uses QuickAlpha to simulate torchbeams shining down from the
  13. roof onto the floor. The texture is only applied to the 1st (outer) sidedef of
  14. each face in order to avoid slow overprinting & unnecessary buildup. This looks
  15. good here because the torch beams are too thin to get 'inside', and they are
  16. supposed to be volumetric or solid - rather than just 4 flat surfaces joined in
  17. a ring. QuickAlpha could also be used to create glass windows, but this must be
  18. done with care, as it takes much longer to render than a normal wall texture. It's
  19. best to keep these effects out of the player's immediate reach to prevent situations
  20. where the QuickAlpha texture covers a large percentage of the screen (i.e. don't
  21. get too close or the framerate will go through the floor).
  22.  
  23. Additional effects similar to QuickAlpha are planned for future releases.
  24.  
  25. To view this PWAD you will need a copy of a Doom IWAD file. Both shareware and
  26. commercial versions of Doom will do for this demo.
  27.  
  28. Syntax:
  29.  
  30.     bm.ttp -i doom1.wad -p alpha.wad
  31.  
  32.  
  33. Have fun...
  34.  
  35. Doug.
  36.