.. |
OpenThreads
|
From Curtis Rubel, "I would like to submit the attached file for inclusion in future releases of
|
2015-09-25 10:11:52 +00:00 |
osg
|
From Jannik Heller , GL object deletion fix.
|
2016-02-05 20:29:22 +00:00 |
osgAnimation
|
Renamed DrawableUpdate/Event/Cull callbacks to use new include/osg/Callback versions
|
2016-01-19 11:39:28 +00:00 |
osgDB
|
From Jannik Heller and Robert Osfield, introduced ReadResult/WriteResult::statusMessage() method that creates a std::string from the stutus value and message string.
|
2016-01-25 12:23:04 +00:00 |
osgFX
|
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 |
osgGA
|
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 |
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
|
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 |
osgPlugins
|
Renamed zero and one to transparentCount and opaqueCount to avoid confusion in their meaning and usage.
|
2016-02-18 08:50:06 +00:00 |
osgPresentation
|
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 |
osgQt
|
From Romain Ouabdelkader, "This is a fix for osgText to calculate kerning and to load glyph3D with the text's font resolution.
|
2016-02-15 13:30:39 +00:00 |
osgShadow
|
Added releaseGLObjects(..) and resizeGLObjectBuffers(..) to osgShadow::ShadowTechnique's
|
2016-02-04 17:52:44 +00:00 |
osgSim
|
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 |
osgTerrain
|
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 |
osgText
|
From Romain Ouabdelkader, "This is a fix for osgText to calculate kerning and to load glyph3D with the text's font resolution.
|
2016-02-15 13:30:39 +00:00 |
osgUI
|
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 |
osgUtil
|
Fixed check against Drawable::isCullingActive().
|
2016-01-27 10:06:33 +00:00 |
osgViewer
|
Introduced a separate GLuint64 one variable to get around a 32bit build timer issue under Windows.
|
2016-02-17 15:59:13 +00: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
|
Added support for NodeMask to osg::Drawable serializers
|
2016-02-11 16:25:47 +00: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 |