Files
OpenSceneGraph/src/osgPlugins/Inventor
Robert Osfield 02b456bcfa Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods
to help enable better querying of supported features
2008-07-13 22:18:59 +00:00
..
2007-09-12 10:04:36 +00:00
2007-04-24 13:12:40 +00:00
2007-09-07 15:03:56 +00:00

########################################################
#                                                      #
# Inventor plugin                                      #
#                                                      #
# Supported import formats:                            #
# - iv (ascii, binary) file format                     #
# - VRML 1.0                                           #
# - VRML 2.0 (when using Coin)                         #
#                                                      #
# Supported export formats:                            #
# - iv format                                          #
# - VRML 1.0                                           #
#                                                      #
########################################################


The plugin requires one of Inventor libraries:

- Coin - GPL, support of VRML 2.0
  (http://www.coin3d.org) 
- SGI Inventor - LGPL
  (http://oss.sgi.com/projects/inventor/)
- TGS Inventor - commercial
  (http://www.tgs.com/)


Contributors:

Sean Spicer - Vivek (c) Magic-Earth - Original author of the plugin
Gerrick Bivins
PCJohn - Jan Peciva, Cadwork (c)

Minor fixes:
Ruben
Eric Sokolosky
Martin Aumueller