OpenSceneGraph/src
2016-06-03 17:30:12 +01:00
..
OpenThreads Moved status check to quieten coverity warning 2016-06-02 14:56:43 +01:00
osg Added float variants of osg::PI etc. in the form osg::PIf 2016-06-03 11:28:10 +01:00
osgAnimation Typo fixes 2016-05-30 12:30:05 +01:00
osgDB Removed redudent codepaths, standardizing on the most portable Texture2D path. 2016-06-02 14:22:25 +01:00
osgFX Fixed method to match parent class. 2016-06-02 14:30:58 +01:00
osgGA fix for the rest of the VS2015 virtual inheritance warnings. Same as for issues as for the Operation class. 2016-06-03 17:30:12 +01:00
osgManipulator Added asUpdate/Cull/EventVisitor and asCamera/asDrawable to osg::Object and usage of these within the code base to avoid dynamic_cast<> usage. 2016-01-20 17:49:10 +00:00
osgParticle Fixes shadows warnings 2016-05-20 13:38:34 +01:00
osgPlugins Fixed Clang warnings related to external dependencies 2016-06-03 10:18:41 +01:00
osgPresentation Fixed shadows warnings 2016-05-25 13:27:35 +01:00
osgQt Added osg::GraphicsContext::WindowingSystemInterfaces singleton for managing multiple WIndowinSystemInterface 2016-05-16 13:45:31 +01:00
osgShadow Fixed shadows warnings 2016-05-25 11:00:35 +01:00
osgSim Fixed shadows warnings 2016-05-25 11:30:49 +01:00
osgTerrain Added handling of failure to create ElementBufferObject. 2016-06-02 15:35:47 +01:00
osgText Fixed redundent checks and clean up clone usage 2016-06-02 14:36:38 +01:00
osgUI Fixed shadows warning 2016-05-25 13:22:51 +01:00
osgUtil Fixed potential memory leak 2016-06-02 15:43:31 +01:00
osgViewer Fixed VS2015 compiler warnings 2016-06-03 11:30:48 +01:00
osgVolume Added missing break 2016-06-02 14:53:11 +01:00
osgWidget 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
osgWrappers Fixed clang warnings 2016-06-03 09:33:47 +01:00
CMakeLists.txt Refactored the GL object deletion management to use new osg::GraphicsObjectManager/GLObjectManager base classes, and osg::ContextData container. 2015-09-23 09:47:34 +00:00