home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / 11535 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!news.service.uci.edu!ucivax!ofa123!Jeff.Lindstrom
  2. From: Jeff.Lindstrom@ofa123.fidonet.org
  3. Newsgroups: comp.graphics
  4. Subject: DKBtrace laid an egg.
  5. X-Sender: newtout 0.02 Oct  1 1992
  6. Message-ID: <n0d85t@ofa123.fidonet.org>
  7. Date: 05 Nov 92  10:24:02
  8. Lines: 19
  9.  
  10.  DN> I compiled DKBTrace on 386BSD unix last night and left it
  11.  DN> running as I slept to do an image (devil.dat).  Well after
  12.  DN> two hours of thought it produced a 34K Targa file.  Only
  13.  DN> problem is when I went to view this file, it gave me a 100x100
  14.  DN> image of black.  Did this happend to anyone else?  The command
  15.  DN> line I used was something like dkbtrace +ft +q0 +idevil.dat
  16.  
  17.   First off, you specified the lowest quality level (+q0), which only displays 
  18. `quick' colors (no textures) and ambient lighting only.
  19.  
  20.   A black scene sounds like you forgot to put a light source in your .dat
  21. file.  It is also possible that the only colors in the scene were defined
  22. inside the TEXTURE blocks, where they would be ignored with +q0.
  23.  
  24.   The default is +q9 (see the docs on Command Line Parameters).  You should
  25. also set a size for x and y.
  26.  
  27.  
  28. --- Maximus 2.00
  29.