home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / 3d / 3DViewer.README < prev    next >
Encoding:
Text File  |  1992-02-20  |  1.1 KB  |  25 lines

  1. This is a MediaView custom component, which when loaded and instantiated,
  2. provides an interactive tool for viewing 3D datasets.  It's based on the
  3. 3-d_Rotation program submitted to the archives some time ago by Bates and
  4. Clayton from the University of Wisconsin.  I have enhanced it a bit by
  5. adding a simple color specification.  On the other hand, it still needs
  6. work; volunteers are welcome.
  7.  
  8. The datasets (5 of which are included) consist of a series of 3D points
  9. preceded by the directive "Lines".  Think of lines as the equivalent of
  10. PSmoveto().  The directive "Color" is followed by exactly 1 line that
  11. specifies the color of the ensuing series of lines.  Color is specified
  12. as r,g,b with a value between 0 and 1.
  13.  
  14. An alternate-click on the 3D view toggles an axis system, while command-click
  15. toggles an enclosing cube.
  16.  
  17. The current 3D view can be copied to the pasteboard as EPS at any time.
  18.  
  19. Finally, double-clicking on the 3D view brings up an inspector, which
  20. shows the current dataset, the current orientation in 3-space, and provides
  21. a modest sound annotation facility.
  22.  
  23. Comments to:
  24.     Dick Phillips
  25.     rlp@lanl.gov