home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / QuakeC / qtools0.2-src.lha / docs / ripped / lightdis.txt < prev    next >
Encoding:
Text File  |  1996-11-01  |  1.2 KB  |  53 lines

  1. Enhanced LIGHT v29.
  2.  
  3. LIGHTdis.zip - unified diff and executable for Win32
  4. LIGHTdis.dif - unified diff
  5.  
  6. ------
  7. Notice
  8.  
  9. Original program by John Carmack of id Software
  10. Modifications by Janis Jagars (Disastry)
  11.  
  12. ----------
  13. What's New
  14.  
  15. First release  (1-NOV-96)
  16.  
  17. Changes / Additions:
  18.  
  19. 1)
  20. now new keys can be used to specify light entities' direction and fading.
  21.  
  22. ** key "mangle" specifies light entities' direction. key must have 3 values.
  23.   first value is "yaw" angle (degrees), second - "pich" angle, third - not used.
  24.   dont mix with intermission camera's key "mangle" which specifies X, Y, Z of
  25.   point where the intermission camera looks at.
  26.  
  27.   example:
  28.   {
  29.   "classname"    "light"
  30.   "origin"    "384 192 256"
  31.   "light"    "600"
  32.   "mangle"    "90 -45 0"
  33.   }
  34.  
  35. ** key "wait" specifies light entities light fading. key must have 1 value.
  36.   lower value makes light fade slower.
  37.   actualy does the same that commandline parameter "-dist" but
  38.   only for entities that have this key. commandline parameter "-dist"
  39.   still works.
  40.  
  41.   example:
  42.   {
  43.   "classname"    "light"
  44.   "origin"    "384 192 256"
  45.   "light"    "600"
  46.   "wait"    ".5"
  47.   }
  48.  
  49. If you like it, hate it, have comments, questions, suggestions, etc etc
  50. please email me at ppsaikne@mail.vernet.lv.
  51.  
  52. Thanks!
  53.