OpenSceneGraph/src/osgWrappers
Robert Osfield fb65fc5e0a From Serge Lages, "Hi Robert,
You were right about the CMAKE_MODULE_LINKER_FLAGS option for CMake, so here is a modification allowing to not generate the manifest files for the plugins making them a lot more easy to redistribute. I have also made the same modification to the wrappers as they are also put into the osgPlugin folder when generated.
"
2007-12-08 17:04:52 +00:00
..
OpenThreads Updated wrappers 2007-08-10 17:44:54 +00:00
osg Removed log2 and replaced the places where is was used with a new Image::computeNumberOfMipmapLevels method. 2007-10-01 08:50:58 +00:00
osgDB Updated wrappers 2007-09-30 19:56:46 +00:00
osgFX Updated wrappers 2007-08-10 17:44:54 +00:00
osgGA Added asView() method to GUIActionAdapter to help out with .NET wrappers. Updated wrappers 2007-10-04 11:20:18 +00:00
osgManipulator Updated wrappers 2007-08-10 17:44:54 +00:00
osgParticle Updated wrappers 2007-08-10 17:44:54 +00:00
osgShadow Updated wrappers 2007-10-02 21:45:55 +00:00
osgSim From Jan Ciger, "I am attaching an improved version of the OpenVRML plugin. It still uses 2007-08-13 10:27:35 +00:00
osgTerrain Fixed Locator::setTransform method so it takes a const Matrixd&, and improved 2007-09-16 17:48:07 +00:00
osgText Updated wrappers 2007-09-30 15:07:17 +00:00
osgUtil Changed RenderLeaf and StateGraph so that they use ref_ptr<> by default for Drawable and StateSet. 2007-08-31 16:05:24 +00:00
osgViewer Added asView() method to GUIActionAdapter to help out with .NET wrappers. Updated wrappers 2007-10-04 11:20:18 +00:00
CMakeLists.txt From Serge Lages, "Hi Robert, 2007-12-08 17:04:52 +00:00