home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / graphics / 8276 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  3.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!chx400!sicsun!disuns2!/!moreillo
  2. From: moreillo@disuns2.epfl.ch (Guy Moreillon)
  3. Newsgroups: comp.graphics
  4. Subject: Radiosity Program available
  5. Keywords: radiosity
  6. Message-ID: <1992Jul30.083807@disuns2.epfl.ch>
  7. Date: 30 Jul 92 06:38:07 GMT
  8. Sender: news@disuns2.epfl.ch
  9. Organization: Ecole Polytechnique Federale de Lausanne
  10. Lines: 87
  11. Nntp-Posting-Host: disun40.epfl.ch
  12.  
  13. Hello NetWorld,
  14.  
  15.     There is a new radiosity program available on the network (one of the
  16. very few... radiosity seems to be less popular than ray-tracing...).
  17.     Rad (as it is called) allows real-time walkthrough and interactive
  18. modification of the scene during computation. Textures are supported when
  19. hardware allows. The computation algorithm is based on porogressive radiosity,
  20. and uses automatic patch subdivision to refine the solution.
  21.     There is one small catch though: Rad only runs on SGI Workstations.
  22. Sorry about that, but I wasn't gonna rewrite a whole GL for X11.
  23.     Below is the README file that comes with the release.
  24.  
  25.     Rad is currently available on the following anonymous ftp sites:
  26.   gondwana.ecr.mu.oz.au   in    pub/rad.tar.Z
  27.   wuarchive.wustl.edu      in    pub/rad.tar.Z
  28.  
  29. Enjoy !!
  30.  
  31. ---------------------------------README-------------------------------------
  32.  
  33.  
  34.             *******************
  35.             *    RAD      *
  36.             *   Version 1.0   *
  37.             *          *
  38.             *    by      *
  39.             *   G.Moreillon      *
  40.             *          *
  41.             *    July 1992      *
  42.             *******************
  43.  
  44.  
  45. This is version 1.0 of Rad, an Interactive Radiosity program developped for
  46. Silicon Graphics computers.
  47. Rad reads an ASCII file describing a scene to be rendered and enables the user
  48. to walk through the scene in real time and modify the caracteristics of the
  49. objects in the scene while a radiosity solution is being computed.
  50.  
  51. Rad v1.0 runs on any Silicon Graphics workstation, but some features may not
  52. be available depending on the hardware configuration. Textures are displayed
  53. only if the hardware supports them, and to make life easier, a spaceball is
  54. highly recommended.
  55. It has been tested on system version 4.0 as well as version 3.0.
  56.  
  57. Rad uses the Forms Library for its interface. It is a public domain toolkit for
  58. the SG Workstations. You need not download it to compile Rad since the library
  59. is included in this release.
  60.  
  61. The Rad distribution consist of three programs: Rad, the Interactive Radiosity
  62. program, Preprad a tool that enables the user to prepare a scene before feeding
  63. it to Rad for computation and visualization, and a simple converter to
  64. translate AutoCad files to Rad files.
  65.  
  66. To compile the various programs, first edit the Makefile in the top directory
  67. and set the RADHOME variable according to your environment. Then, edit the
  68. Makefile in the rad and preprad directories: choose the system libraries
  69. according to your system version, and set the spaceball option in the
  70. rad/Makefile. Once this is done, simply run "make" in the directory where you
  71. found this file (top directory).
  72. NOTE: You NEED a spaceball to run Preprad. If you don't have one, forget
  73.       Preprad, it WILL NOT COMPILE.
  74.  
  75. Both Rad and Preprad need three environments variables to be set up in order to
  76. run properly:
  77.    - RADSCENE    : path to the /scenes directory
  78.    - RADOFF    : path to the /off directory
  79.    - RADTEX    : path to the /textures directory
  80. You should 'source' the .radrc file before you launch Rad or Preprad.
  81.  
  82. The Doc directory contains a User's Guide for each program and tool.
  83.  
  84. Rad was started as a Semester/Diploma project. Some feature were added
  85. afterwards, and Prerad was created as a supporting tool. The code might no be
  86. as clean as one could wish, but as well you know, cleaning up a program often
  87. takes as much time as writing it in the first place...
  88.  
  89. Thanks to Enrico Gobbetti for his support and his ideas.
  90.  
  91. Guy Moreillon
  92. 29 July 1992
  93. moreillo@ligsg1.epfl.ch
  94.  
  95.  
  96. -- 
  97. Guy Moreillon                -- Oh my God, It's full of Stars...
  98. moreillo@ligsg1.epfl.ch            -- Dave Bowman
  99. moreillon@eldi.epfl.ch
  100.