Changeset 7348 for OpenSceneGraph/trunk/src/osgPlugins/Inventor/README.txt
- Timestamp:
- 09/03/07 15:52:19 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/Inventor/README.txt
r6543 r7348 1 1 ######################################################## 2 # # 2 3 # Inventor plugin # 3 # Supported file formats (import only): # 4 # # 5 # Supported import formats: # 4 6 # - iv (ascii, binary) file format # 5 # - vrml 1.0 # 6 # - vrml 2.0 (when using Coin) # 7 # - VRML 1.0 # 8 # - VRML 2.0 (when using Coin) # 9 # # 10 # Supported export formats: # 11 # - iv format # 12 # - VRML 1.0 # 13 # # 7 14 ######################################################## 8 15 … … 10 17 The plugin requires one of Inventor libraries: 11 18 12 - Coin (http://www.coin3d.org) - GPL, support of VRML 2.0 19 - Coin - GPL, support of VRML 2.0 20 (http://www.coin3d.org) 13 21 - SGI Inventor - LGPL 22 (http://oss.sgi.com/projects/inventor/) 14 23 - TGS Inventor - commercial 24 (http://www.tgs.com/) 15 25 16 26
