home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / README.vort < prev    next >
Text File  |  1993-09-17  |  3KB  |  94 lines

  1.  
  2. VORT - a very ordinary rendering tool-kit. Version 2.3.1
  3.  
  4. VORT is a collection of tools and a library for the generation and
  5. manipulation of images. It includes a ray tracer, pixel library, and
  6. utilities for doing gamma correction, median cuts, etc...
  7.  
  8. The current distribution is described as follows:
  9.  
  10. art    - a ray tracer for doing algebraic surfaces and CSG models.
  11.  
  12.     Brief outline of the features of art:
  13.  
  14.         primitives (blobby, box, cone, cylinder, height field, bicubic
  15.         patch, polygon, sphere, superquadric, torus, algebraic surfaces,
  16.         triangular strips and OFF files. Polygons can be flat and
  17.         phong-shaded, colour interpolation can also be done.)
  18.          
  19.         Composite objects.
  20.           
  21.         Constructive solid geometry.
  22.                        
  23.         Directional, point, and area sources.
  24.                             
  25.         3D procedural texturing, bump mapping, and 2D image mapping.
  26.                                          
  27.         Adaptive antialiasing through variable-rate "jittered" sampling.
  28.  
  29.         Arbitrary (within reason!) transformations on objects and
  30.         textures.
  31.  
  32.         Kd trees, uniform grids  and one or two other methods to
  33.         speed up rendering. Extra grids/kd-trees can be specfied by
  34.         the user.
  35.  
  36.         Basic animation support, via variables, and include options.
  37.  
  38. tools    - some utilities for fiddling around with image files.
  39.  
  40. docs    - various bits of doco on the tools
  41.  
  42. lib    - a the pixel library files - this has only been developed to the
  43.     point needed to read and write display files.
  44.  
  45. old    - this contains a program for converting image files from 1.0
  46.     format to 1.1.
  47.  
  48. sun    - a set of display programs for a sun workstation.
  49.  
  50. X11    - a set of display programs for a 256 colour X machine.
  51.  
  52. iris    - a display program for an Iris workstation.
  53.  
  54. pc    - a set of display programs for a PC with VGA Extended Graphics.
  55.  
  56. movies    - some C programs for generating some sample animations.
  57.  
  58. text3d    - a simple program for making 3d text by converting Hershey vector 
  59.     fonts into art composites.
  60.  
  61. tutes    - some C programs for generating some animations that demonstrate
  62.     the texturing.
  63.  
  64. We would like to thank the following people who helped with this release:
  65.     Alberto Barsella much bug hunting, ideas, some great scene files, 
  66.     another pcdisp program, and some mods to super.c.
  67.     Henry Chatroop for also surviving a VMS port.
  68.     Brad Fowlow for doing the Mac port.
  69.     Ole Nielsen, Joe Lappa, and Joel Welling for suggestions
  70.     and helping isolate the resulting bugs that we introduced.
  71.     Pavel Rozalski for the SGI movie programs and the changes to 
  72.     make the VORT library read compressed files.
  73.     Eric Haines for providing the SPD Databases, which proved
  74.     invaluable for debugging and testing the kd-tree in art.
  75.  
  76. This software is public domain, and provided without guarantee, although if
  77. you send beer (use the snail mail address, it's less messy) we will drink it.
  78.  
  79. Surfaces, material properties, and general chat can be directed to:
  80.  
  81.     echidna@munnari.oz.au
  82. or
  83.     echidna@gondwana.ecr.mu.oz.au
  84.  
  85. or by snail mail to:
  86.  
  87.     The Software Support Programmer
  88.     Department Of Engineering Computer Resources,
  89.     Faculty Of Engineering,
  90.     University Of Melbourne,
  91.     Parkville, Vic, 3052, Australia.
  92.  
  93. Enjoy.
  94.