OpenSceneGraph/src
2016-06-02 10:06:58 +01:00
..
OpenThreads Fixed version of CMakeLists.txt when you check BUILD_OPENTHREAD_WITH_QT and compile with Visual Studio 2015 2016-06-02 10:06:58 +01:00
osg Added glDrawArraysIndirect, glMultiDrawArraysIndirect, glDrawElementsIndirect and glMultiDrawElementsIndirect extensions. 2016-06-01 10:01:44 +01:00
osgAnimation Typo fixes 2016-05-30 12:30:05 +01:00
osgDB Fixed bug not detecting unc pathes in osgDB::isAbsolutePath() 2016-05-31 16:14:51 +01:00
osgFX From Jannik Heller, "This submission makes the osgFX::Technique traverse as a normal Group if the visitor is not a cull visitor. 2016-03-01 11:57:02 +00:00
osgGA Fixed shadows warning 2016-05-23 16:22:49 +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 Changed freetype plugin to utilize CMake's FindFreetype.cmake rather than use a local one. 2016-06-01 15:51:49 +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 Fixed shadows warnings 2016-05-25 10:26:35 +01:00
osgText Fixed shadows warnings 2016-05-25 10:10:43 +01:00
osgUI Fixed shadows warning 2016-05-25 13:22:51 +01:00
osgUtil Typo fixes 2016-05-30 12:30:05 +01:00
osgViewer I Use two touch screen in my App. I had a bug touch point in secondary screen ( the touch point not same mouse push point). 2016-05-31 11:05:02 +01:00
osgVolume 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
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 Typo fixes 2016-05-30 12:30:05 +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