home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20975 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!news.cs.tut.fi!sjm86289
  2. From: sjm86289@cs.tut.fi (Sami J. M{kinen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: rayshade for Linux
  5. Date: 18 Dec 1992 15:38:14 GMT
  6. Organization: Tampere University of Technology
  7. Lines: 44
  8. Distribution: world
  9. Message-ID: <1gsr96INNsji@cs.tut.fi>
  10. References: <1992Dec18.145522.25056@athena.mit.edu>
  11. NNTP-Posting-Host: kaarne.cs.tut.fi
  12.  
  13.  
  14. In article <1992Dec18.145522.25056@athena.mit.edu> AN72958%LTUVAX.BITNET@mitvma.mit.edu writes:
  15. >I was wondering if anybody has had experience using the linux port
  16. >of rayshade?
  17.  
  18.     I just compiled it myself.  Is there a ready-compiled binary
  19.     available?
  20.  
  21. >My only real question is:
  22. >what is the command line to view a *.ray file?
  23. >do you have to configure your video card to use with rayshade?
  24.  
  25.     Argh.  Rayshade normally produces its output in RLE format.
  26.     You better have Utah Raster Toolkit installed.  RLE pictures
  27.     are 24-bit color images, and you can view them with xv or
  28.     getx11.  The latter comes with Utah Raster Toolkit.  Needless
  29.     to say, you need X11 installed and running to view the images.
  30.     The .ray files are rayshade "code" that is needed in
  31.     generating the image.  It typically takes several thousand CPU
  32.     seconds to create one, and you better have 387 or 486.
  33.     Xv does not support animation like getx11 does.
  34.  
  35. >when i type in (ie)   rayshade coin.ray    I get !#$!^%!%!%!^ characters
  36. >and then a "(10434) lines processed" type output...  is this correct?
  37.  
  38.     Yes.  Rayshade dumps the RLE image into standard output. The
  39.     diagnostic messages go into stderr, so you could say something
  40.     like
  41.  
  42.         rayshade coin.ray > coin.rle
  43.  
  44.     or use the command line switch -O like this:
  45.  
  46.         rayshade -v -O coin.rle coin.ray |& tee coin.log
  47.  
  48.     -v means verbose output.
  49.  
  50.     Was this of any help?  IMO, this doesn't belong to c.o.l really.
  51.  
  52.  
  53. -- 
  54. // sjm
  55. If a train station is where the train stops,
  56. what's a workstation?
  57.