OpenSceneGraph/src/osgPlugins/Inventor
2009-01-29 11:03:38 +00:00
..
CMakeLists.txt From Mattias Helsing, "I have developed the earlier cpack example a bit. Perhaps you could 2008-12-12 11:01:09 +00:00
ConvertFromInventor.cpp Fixed warning 2009-01-29 11:03:38 +00:00
ConvertFromInventor.h From Jim Vaughan, 2008-10-25 13:17:22 +00:00
ConvertToInventor.cpp Fixed compile error during debug build 2008-12-19 16:35:45 +00:00
ConvertToInventor.h Fixed warnings 2008-12-18 13:23:48 +00:00
GroupSoLOD.cpp From David Callu, warning fixes 2007-09-07 15:03:56 +00:00
GroupSoLOD.h Added Inventor plugin, submitted by Sean Spicer, Written by Vivek (c) Magic-Earth. 2003-09-02 21:53:41 +00:00
PendulumCallback.cpp Added osg::FrameStamp::set/getSimulationTime(). 2007-01-25 12:02:51 +00:00
PendulumCallback.h Added Inventor plugin, submitted by Sean Spicer, Written by Vivek (c) Magic-Earth. 2003-09-02 21:53:41 +00:00
ReaderWriterIV.cpp Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
ReaderWriterIV.h Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
README.txt From Jan Peciva, Added write support into Inventor plugin. 2007-09-03 13:52:19 +00:00
ShuttleCallback.cpp Added osg::FrameStamp::set/getSimulationTime(). 2007-01-25 12:02:51 +00:00
ShuttleCallback.h Added Inventor plugin, submitted by Sean Spicer, Written by Vivek (c) Magic-Earth. 2003-09-02 21:53:41 +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