OpenSceneGraph/include
James Turner ea9f479674 Attempt to fix broken DLL exports from osgDB
Only export the osgDB method implementations, instead of the entire
class, and hence avoid exporting symbols from the base class, which
then conflict with other compilation units when linking.

This avoids the need for /FORCE:MULTIPLE linker option with MSVC.
2016-08-15 22:21:44 +01:00
..
OpenThreads Removed old and unused windows code path to avoid confusion 2015-06-12 20:23:15 +00:00
osg Added Vec2,3,4 for b, ub, s, us, i, ui. 2016-07-04 13:36:28 +01:00
osgAnimation Added serializer support for RigTransforms 2016-07-04 20:19:58 +01:00
osgDB Attempt to fix broken DLL exports from osgDB 2016-08-15 22:21:44 +01:00
osgFX Changed osgFX::MultiTextureControl so that it uses an osg::FloatArray internally to enable sharing with osg::Uniform. 2015-01-23 13:51:09 +00:00
osgGA Removed unused member variable 2016-06-24 12:12:50 +01:00
osgManipulator Fixed doxygen warnings 2016-06-01 14:20:14 +01:00
osgParticle Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgPresentation Added missing initializers 2016-06-22 11:39:11 +01:00
osgQt Fixed unused parameter warning. 2016-06-08 10:54:36 +01:00
osgShadow Fixed "unreferenced formal parameter" warnings 2016-06-07 08:53:42 +01:00
osgSim Fixed doxygen warnings 2016-06-01 14:20:14 +01:00
osgTerrain Fixed doxygen warnings 2016-06-01 14:20:14 +01:00
osgText Fixed doxygen warnings 2016-06-01 14:20:14 +01:00
osgUI From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgUtil Changed the default paramter for the osgUtil::StateToCompile to retain the OSG-3.4 ABI and fixed indentation. 2016-08-15 12:13:07 +01:00
osgViewer Seperated out the scene->requiresRedraw() method into a osgViewer::Viewer::requiresRedraw() method to make the functionality clearer and easier to override. 2016-07-05 11:54:31 +01:00
osgVolume Fixed unused parameter warning. 2016-06-08 09:46:58 +01:00
osgWidget Removed dead code 2016-06-22 11:58:45 +01:00