Show
Ignore:
Timestamp:
01/31/10 13:55:29 (3 years ago)
Author:
robert
Message:

From Jan Peciva, "I am sending improved version of Inventor plugin. Attaching just
modified files, while GroupSoLOD.h and .cpp was deleted. Please, delete
it from repository, it is not used any longer and I doubt if it is
probably not used for anything meaningful for a while. In the new code,
there is no GroupSoLOD. Please, delete it.

I am using new plugin version for about 1.5 month so I consider it
stable by myself.

List of changes:
- rewritten Inventor state stack
- shaders support
- light attenuation support
- support for reading from stream (readNode(std::istream& fin, options))
- improved grouping node handling (SoSeparator?, SoGroup?,...)
- fixed transformation bug when two SoShapes/Drawables? with different transformations are placed bellow one grouping node
- introduced preprocessing to handle more advanced usage schemes of SoLOD and SoSwitch? nodes
- unused code clean up
- improved notify messages
- animation callbacks fixes
- FindInventor?.cmake improved finding routines, support for Coin3 and Coin4"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/Inventor/README.txt

    r7348 r11032  
    1818 
    1919- Coin - GPL, support of VRML 2.0 
    20   (http://www.coin3d.org)  
     20  (http://www.coin3d.org) 
    2121- SGI Inventor - LGPL 
    2222  (http://oss.sgi.com/projects/inventor/) 
     
    2727Contributors: 
    2828 
    29 Sean Spicer - Vivek (c) Magic-Earth - Original author of the plugin 
     29Sean Spicer - Vivek (c) Magic-Earth - Original author of the Inventor reader 
    3030Gerrick Bivins 
    31 PCJohn - Jan Peciva, Cadwork (c) 
     31PCJohn - Jan Peciva, Cadwork (c) - author of Inventor writer, number of 
     32                                   contributions and improvements to the reader 
    3233 
    3334Minor fixes: