home *** CD-ROM | disk | FTP | other *** search
/ Avalon - 3D Objects & Resources / Avalon.iso / objects / inventor / inventor.edm < prev    next >
Encoding:
Text File  |  1995-01-01  |  2.3 KB  |  56 lines

  1. What is Inventor?
  2. -----------------
  3.  
  4. IRIS Inventor is an object-oriented 3-D toolkit offering a
  5. comprehensive solution to interactive graphics programming problems.
  6. It presents a programming model based on a 3-D scene database that
  7. dramatically simplifies graphics programming. It includes a rich set
  8. of objects such as cubes, polygons, text, materials, cameras, lights,
  9. trackballs, handle boxes, 3-D viewers, and editors that speed up your
  10. programming time and extend your 3-D programming capabilities.
  11.  
  12. IRIS Inventor:
  13.     . introduces a simple event model for 3-D interaction
  14.     . defines a standard file format for 3-D data interchange
  15.     . provides high performance object picking
  16.     . is window system and platform independent
  17.     . supports PostScript printing
  18.     . encourages programmers to create new customized objects
  19.     . is fun to use
  20.  
  21. The Inventor development option is an extra-cost option that can be
  22. ordered from Silicon Graphics, and allows a programmer to create
  23. Inventor applications.
  24.  
  25. Data files
  26. ----------
  27.  
  28. Several Inventor data files are contained in the inventorModels.tar.Z
  29. file.  All files were created at Silicon Graphics and are in the
  30. public domain.
  31.  
  32. The '.iv' files are ASCII Inventor interchange format files containing
  33. the actual 3D models.  Small GIF files are included for each file to
  34. show what these models look like and to aid people writing file
  35. converters to other 3D object formats.  Inventor stores texture maps
  36. as a separate image file; these textures are provided in Silicon
  37. Graphics ".rgb" format, and as Portable Pixmap (.ppm) files.
  38.  
  39. A larger collection of data files, most of which were converted from
  40. other file formats, is shipped on Silicon Graphics machines in the
  41. 'inventor_eoe.data.inventor' software subsystem.  The SceneViewer
  42. program, which is part of 'inventor_eoe.demo.inventor' and is
  43. installed into the /usr/sbin directory, can be used to interactively
  44. view any Inventor data file.
  45.  
  46. Documents
  47. ---------
  48.  
  49. The inventorFormat.tar.Z file contains two PostScript documents
  50. describing the Inventor file format.  The first is a guide for people
  51. writing translators from other formats to the Inventor 3D interchange
  52. format, or vice versa.  The second is a quick-reference guide that
  53. describes the format of all of the standard Inventor objects (e.g.
  54. cubes, cylinders, materials, lights, cameras, etc).
  55.  
  56.