OpenSceneGraph/src/osgPlugins/Inventor
Robert Osfield 5c2abfe062 From Jim Vaughan, "The attached file fixes a bug in the Inventor loader that causes texture images to have r with a value of zero.
The bug caused the image data to not get copied, size the size was calculated to be zero.  This caused crashes during rendering."
2010-06-17 11:01:40 +00:00
..
CMakeLists.txt From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just 2010-01-31 12:55:29 +00:00
ConvertFromInventor.cpp From Jim Vaughan, "The attached file fixes a bug in the Inventor loader that causes texture images to have r with a value of zero. 2010-06-17 11:01:40 +00:00
ConvertFromInventor.h From Tan Dunning and Jan Peciva, Jan's email : "I created a new submission, based on Tan's two changes, including further naming functionality that includes: 2010-06-14 16:41:32 +00:00
ConvertToInventor.cpp Converted osg::notify to OSG_INFO etc. 2010-05-28 16:25:41 +00:00
ConvertToInventor.h Fixed warnings 2008-12-18 13:23:48 +00:00
PendulumCallback.cpp From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just 2010-01-31 12:55:29 +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 osg::notify to OSG_INFO etc. 2010-05-28 16:25:41 +00:00
ReaderWriterIV.h From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just 2010-01-31 12:55:29 +00:00
README.txt From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just 2010-01-31 12:55:29 +00:00
ShuttleCallback.cpp From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just 2010-01-31 12:55:29 +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 Inventor reader
Gerrick Bivins
PCJohn - Jan Peciva, Cadwork (c) - author of Inventor writer, number of
                                   contributions and improvements to the reader

Minor fixes:
Ruben
Eric Sokolosky
Martin Aumueller