home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / windemos / xvision / readme.txt < prev    next >
Text File  |  1994-03-22  |  4KB  |  109 lines

  1. WHAT THE PRODUCT DOES
  2.  
  3.    XVision for windows allows the user to view volumetric datasets
  4. using "Direct Volume Rendering".  Simply put, this gives the user
  5. XRay vision.  He/She can see the surface, but can also see through
  6. the surface to the structures underneath.
  7.  
  8.    This (relatively new) type of graphics is used to view volume
  9. data such as that provided by Cat Scan (CT) Machines and Magnetic
  10. Resonance Imaging (MRI).  It is also used to view structures at the
  11. cellular level and genetic levels using Fluorescent Microscopy and
  12. other technologies.
  13.  
  14.    The product is called a "Volumetric Ray Tracer" and requires 
  15. that a simulation of the interaction of light with the semi-
  16. transparent volume data must be calculated.  This is extremely
  17. computationally expensive.  Every attempt (short of resorting
  18. to assembler for strategic modules) has been made to boost
  19. rendering speeds while keeping memory consumption to a minimum.
  20.  
  21.  
  22. HARDWARE REQUIREMENTS
  23.  
  24.   - A 486 or better processor (pentium preferred)
  25.   - A Mouse
  26.   - A Graphics card capable of better than 256 colors
  27.   - Windows 3.1
  28.   - 4 MB of memory (8 MB to render the CT dataset provided)
  29.  
  30.  
  31. TO INSTALL XVISION FOR WINDOWS
  32.  
  33.    1)  mkdir c:\xvision (or some other directory of your choice)
  34.    2)  Use pkunzip to decompress the downloaded file.  This
  35.     utility can be found on compuserve.
  36.        - copy xvision.zip c:\xvision
  37.        - del xvision.zip
  38.        - cd c:\xvision
  39.        - Type "pkunzip xvision.zip"
  40.    3)  Place all the uncompressed files into c:\xvision
  41.    4)  Start Windows (if necessary)
  42.    5)  Choose file->new from the program manager menu
  43.    6)  Choose "program item" and press "OK"
  44.    7)  Fill out the program item properties dialog box as follows:
  45.  
  46.         Description:        Xvision for Windows
  47.         Command Line:        c:\xvision\xvision
  48.         Working Directory:    c:\xvision
  49.         Shortcut Key:        None
  50.         Run Minimized:        Leave Option Off
  51.  
  52.    8)  Press "OK"
  53.  
  54.  
  55. EXAMPLE PROGRAM INTERACTION
  56.  
  57.    1)  Double click on the "Xvision for Windows" icon to run the program.
  58.    2)  Double click on the "mlti_clr.dat" file in the file selection box
  59.     at the left.
  60.    3)  Press some of the rotate keys at the bottom right to fly about the
  61.     (currently empty) volumetric dataset.
  62.    4)  Select "Define->volume" to allow viewing of the volumetric dataset.
  63.    5)  Double click on the "multi_clr.dat" file again.  The volume data
  64.     will be displayed in the display window after a short pause.
  65.     Now press "expand" to view the data at a large size.  Note that
  66.     as the size increases, so does rendering time.
  67.  
  68.  
  69. Notes:
  70.  
  71.    - The "Define->extents only" menu entry is on by default.  The
  72.     define->volume menu item allows viewing of the volumetric
  73.     dataset.  The "Extent Cues" menu defines whether the extents
  74.     (i.e., edges) and the x/z axes are displayed in the viewing
  75.     window.
  76.  
  77.    - One low-resolution non-artificial dataset has been included in the
  78.     distribution.  See the file "realdata.dat".  This is a Cat Scan
  79.     of a human head.  With some practice, you should be able to
  80.     effectively explore the data.  I will download the same dataset
  81.     at a higher resolution if someone wants it.  It is 7MB large
  82.     and viewing it requires 16 MB of memory.
  83.  
  84.    - The dive/surface buttons can be used to uniformly bias the transparency
  85.     levels of the contents of the volume allowing the user to see data
  86.     at different depth in the volume.
  87.  
  88.    - Use the "extents only" mode to find an appropriate viewing angle 
  89.     quickly.  When you think you are at or close to an appropriate
  90.     viewing angle, slip into volume mode for one frame to check it
  91.     out.  Keep the size (via the expand/shrink buttons) down until
  92.     you have honed down on the appropriate opacity and viewing
  93.     angle.
  94.  
  95.  
  96. KNOWN FEATURES/BUGS
  97.  
  98.   1)   Multitasking will not occur when the data files are loading (this
  99.     will not be noticed when using the artificial datasets).  The system
  100.     may appear to lock up momentarily.
  101.  
  102.   2)  Slower processors (less than pentium) may cause windows to respond
  103.     slowly to interface events while xvision is rendering large
  104.     datasets.
  105.  
  106. Please report bugs and suggest features by sending mail to the CIS ID
  107. on the datafile that you downloaded or to "INTERNET:rmorris@playmate.mv.com".
  108.  
  109.