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

  1. Introduction
  2. ------------
  3.  
  4. This is an OS2 port of the IRIT solid modeller. This archive only contains
  5. the executables for the solid modeller for OS2, as well as the OS2 driver
  6. C source code. Full sources as well as documentation for this package are
  7. available from several ftp sites as follows:
  8.  
  9.     UNIX
  10.     ----
  11.     ftp.uu.net [137.39.1.9]
  12.     /graphics/irit/iritsm3s.tar.Z
  13.     
  14.     gondwana.ecr.mu.oz.au [128.250.1.63]
  15.     /pub/iritsm3s.tar.Z
  16.     
  17.     MSDOS
  18.     -----
  19.     wsmr-simtel20.army.mil [192.88.110.20]
  20.     <MSDOS.IRIT>
  21.     IRITSM3S.ZIP    IRIT 3.0 SOLID MODELER SRC. BC++, DJGPP, UNIX.
  22.  
  23.  
  24. Installation
  25. ------------
  26. * For a proper execution of the IRIT programs, copy the emx.dll shared
  27.   library to one of your shared (dll) libraries directory.
  28.  
  29. * set the following environment variables: 'set IRIT_PATH BinDirectory/',
  30.   'set OS2IRIT=OS2IritFullPath' and 'set OS2IRIT_POS=Xmin Ymin Xwidth Yheight'.
  31.   For example:
  32.  
  33.   set IRIT_PATH=c:/c/irit/bin/'
  34.   set OS2IRIT=c:/c/irit/bin/os2irit.exe'
  35.   set OS2IRIT_POS=400 300 350 250
  36.  
  37.   which assumes os2irit.exe can be found as 'c:/c/irit/bin/os2irit.exe' and
  38.   that it will open a display window of size 350x250 placed at lower left
  39.   corner 400x300.
  40.  
  41. * type 'irit demo' for a not so quick demo. You can pretty much follow
  42.   it without documentation, but if you have problems try reading them
  43.   first before sending me Email... Basically you have control over the
  44.   rotation/translation/etc. transformation window each time an interact
  45.   function is executed in the text window. Use mouse Button1 and quit this
  46.   mode with the exit box. Abort drawing in the middle using Button2 with
  47.   the mouse on the transformation window. MSDOS users of IRIT will find this
  48.   interface almost identical.
  49.  
  50. * For use of the rest of the tools, see documentation at the above ftp sites.
  51.  
  52. Comments
  53. --------
  54. This version of IRIT has features that are not included in the official
  55. 3.0 release of IRIT, but are used in some of the demo *.irt files.
  56.     These features are not documented in the official 3.0 documentation
  57. that can be found in the ftp sites above. These feature will probably become
  58. official in the next release of IRIT. Use them at your own risk.
  59.  
  60. Gershon Elber
  61.  
  62. gershon@gr.cs.utah.edu
  63.