Files
OpenSceneGraph/src/osgPlugins/Inventor
Robert Osfield 00a44eb636 From Martin Aumueller, "the new Inventor plugin needs some changes in order to compile against OpenInventor.
Just as in the pre-r6419 I used the COIN_BASIC_H define in order to discriminate
between the two versions of Inventor.

Additionally, I had to change the CMakeLists.txt to use the proper include path.
"
2007-04-24 19:03:51 +00:00
..
2007-04-24 13:12:40 +00:00
2007-04-24 13:12:40 +00:00

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


The plugin requires one of Inventor libraries:

- Coin (http://www.coin3d.org) - GPL, support of VRML 2.0
- SGI Inventor - LGPL
- TGS Inventor - commercial


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