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/CMakeLists.txt

    r9339 r11032  
    44    ConvertToInventor.cpp 
    55    ConvertFromInventor.cpp 
    6     GroupSoLOD.cpp 
    76    PendulumCallback.cpp 
    87    ReaderWriterIV.cpp 
     
    1211    ConvertToInventor.h 
    1312    ConvertFromInventor.h 
    14     GroupSoLOD.h 
    1513    PendulumCallback.h 
    1614    ReaderWriterIV.h 
     
    2220INCLUDE_DIRECTORIES(${INVENTOR_INCLUDE_DIR}) 
    2321 
    24 SET(TARGET_LIBRARIES_VARS INVENTOR_LIBRARY) 
     22SET(TARGET_ADDED_LIBRARIES ${INVENTOR_LIBRARY}) 
    2523 
    2624SETUP_PLUGIN(iv iv)