home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / graphic / irit / irit.get < prev    next >
Text File  |  1992-09-02  |  3KB  |  76 lines

  1.  
  2. IRIT solid modeler 3.0 is now available at an ftp site near you.
  3. IRIT is a CSG based solid modeler. In 3.0 freeform surfaces are supported
  4. for the first time. The solid modeler can run on quite a few platforms
  5. thanks to the beta tester:
  6.  
  7. 1. MSDOS using Borland TC/BC++.
  8. 2. MSDOS using DJGPP - the gcc port to MSDOS (386 systems only).
  9. 3. SGI 4D, Irix 3.x/4.0, using gl/x11.
  10. 4. i386 SVR4 using x11.
  11. 5. HP300/400, HPBSD, gcc using x11.
  12. 6. DEC 5000/200, gcc using x11.
  13. 7. IBM RS6000 using gl/x11.
  14. 8. HP snake, hpux using x11.
  15. 9. IBM PC, SYSV3.2, ISC 2.2.1, gcc 1.40 using x11.
  16. 10. Evans & Sutherland ESV.
  17. 11. SPARC, SUN O.S. 4.1.1, gcc 1.39 using x11.
  18.  
  19. MSDOS users should ftp the zip archives below. UNIX users should ftp only
  20. iritsm3s.tar.Z (similar to iritsm3s.zip) which contains the C sources
  21. required to build the package.
  22.  
  23. UNIX
  24. ----
  25. ftp.uu.net [137.39.1.9]
  26. /graphics/irit/iritsm3s.tar.Z
  27.  
  28. gondwana.ecr.mu.oz.au [128.250.1.63]
  29. /pub/iritsm3s.tar.Z
  30.  
  31. MSDOS
  32. -----
  33. wsmr-simtel20.army.mil [192.88.110.20]
  34. <MSDOS.IRIT>
  35. IRITSM3S.ZIP    IRIT 3.0 SOLID MODELER SRC. BC++, DJGPP, UNIX.
  36. IRITSM3E.ZIP    IRIT 3.0 EXECUTABLES USING BC++ 3.0.
  37. IRIT386E.ZIP    IRIT 3.0 EXECUTABLES USING DJGPP 1.05.
  38. INTRLIB1.ZIP    INTERACTION LIBRARY 1.0. BC++, DJGPP.
  39. simtel mirrors can be used as well (wuarchive.wustl.edu [128.252.135.4]).
  40.   Although iritsm3s.tar.Z and IRITSM3S.ZIP are similar and contain all the
  41. necessary sources to build the package, iritsm3s.tar.Z also contain some
  42. extra (/extra dir) files: gif images of models created using IRIT and rendered
  43. using RAYSHADE, and a postscript file of the docs.
  44.  
  45. Here is what is new in version 3.0:
  46. -----------------------------------
  47. 1. Normals are fully supported now. Although this increases memory requirements
  48.    (mainly a problem on IBM PC) all files dumped from IRIT now support normals
  49.    as well.
  50. 2. A new cut Boolean operation (overloading '/', i.e. C = A / B assigns to C
  51.    the regions in A out B).
  52.    A new merge Boolean operation (overloading '^', i.e. C = A ^ B assigns to
  53.    C all polygons of A and B merged (with no intersection tests.).
  54. 3. Support for freeform curves and surfaces (Bezier/NURBS).
  55.    All Boolean are still done using polygonal data the surfaces are converted
  56.    into (No intention to change that in the near future - direct Booleans on
  57.    surfaces requires support of trimmed surfaces and believe me - it is HARD).
  58.    However, quite a few tools to manipulate and maintain the curves and surfaces
  59.    are provided and include:
  60.    a. direct creation of curves and surfaces by specifying control mesh/poly.
  61.    b. evaluation of surface/curve, tangents, normals.
  62.    c. subdivision/refinement.
  63.    d. degree raising (only Bezier).
  64.    e. high level surface creation: ruled srf/extrude/srf of revolution/sweep.
  65.    f. curve constructor out of curve/point pieces.
  66.    g. conversion to polygons of surfaces including normals.
  67. 4. Support for SGI 4D systems using gl has been added.
  68. 5. lists are much more enhanced now and more functions can now get a list
  69.    of objects where before they could get a single object only (for example
  70.    ability to dump to file/read from file list of objects instead of one).
  71.    This enable merging the *.ply and *.mat into single data files *.dat which
  72.    also include the freeform data (curves and surfaces).
  73. 6. Ability to handle closed and open loops within the same polygon (see
  74.    cubes.irt).
  75. 7. Much improved documentation.
  76.