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

  1. From: jims@techsup.UUCP
  2. Date: 06 Nov 92 09:45 CST
  3. Newsgroups: comp.graphics
  4. Subject: Re: DKBtrace laid an egg.
  5. Message-ID: <7200001@techsup>
  6. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!eff!news.oc.com!utacfd.uta.edu!trsvax!trsvax!techsup!jims
  7. Nf-ID: #R:<720942680snx@osea.demon.co.uk>:-31:techsup:7200001:000:1731
  8. Nf-From: techsup.UUCP!jims    Nov  6 09:45:00 1992
  9. References: <720942680snx@osea.demon.co.uk>
  10. Lines: 47
  11.  
  12.  
  13.  
  14. /* ---------- "DKBtrace laid an egg." ---------- */
  15.  
  16. In article <smithbm.720900720@craft.camp.clarkson.edu> smithbm@craft.camp.clarkson.edu writes:
  17.  
  18. >So, try typing this as a command line:
  19. >
  20. >dkbtrace +ft +a +q9 -x640 -y480 +idevil.dat -odevil.tga
  21. >Hope this helps you!
  22. >
  23. >>    -Dan Newcombe
  24. >>Internet Address:  STDN@VM.MARIST.EDU
  25.  
  26. >>>Probably not! That should read:
  27.  
  28. >>>dkbtrace +ft +a +q9 -w640 -h480 +idevil.dat -odevil.tga
  29.                     ~~~~~~~~~~~
  30. >>>+-----------------------------------------------------------------------+
  31. >>>| Haveland-Robinson Associates   | Email: andy@osea.demon.co.uk         |
  32. >>>| 54 Greenfield Road, London     |        ahaveland@cix.compulink.co.uk |
  33. >>>| N15 5EP England. 081-800 1708  | Also:  0621-88756 081-802 4502       |
  34. >>>+-----------------------------------------------------------------------+
  35. >>>> Those that can, use applications. Those that can't, write them! <<<<
  36.  
  37. I use DKBtrace quite a bit and I found that having a bunch of pre defined 
  38. TRACE.DEF files handy. I have a simple batch file for each resolution that
  39. copies the correct parameters int the TRACE.DEF file. The following is a list
  40. of the parameters I use:
  41.  
  42. TRACELR.DEF
  43. -w200 -h100 -v +ft +d9 +p +x -a -q4
  44. The above will create 200x100 picture with no anti alias, no textures, and no
  45. reflection/refraction/transmitted rays. This will make a tga picture in about
  46. two minutes on a 486/33.
  47.  
  48. TRACEHR.DEF
  49. -w800 -h600 -v +ft +d9 +x +a -q9
  50. This will create an 800x600 with all the bells and whistles. Note this will 
  51. take alot longer (1 to 2 hours on 486/33) so be patient |:).
  52.  
  53. To use them, simply copy the one you want into the TRACE.DEF file and then run
  54. DKB and the file name.
  55.  
  56. Jim Skilskyj
  57. utacfd!rwsys!techsup!jims
  58.  
  59.