OpenSceneGraph/include
Ralf Habacker 3e7f2feb6b Identify files in object cache by filename and optional provided options.
Objects with the same filename may be different from others based on the provided
plugin options. Using filename *and* the provided options as object cache key
helps to avoid fetching the wrong object.

(cherry picked from commit 85cd1c456f)
2019-05-29 09:46:55 +02:00
..
OpenThreads Removed old and unused windows code path to avoid confusion 2015-06-12 20:23:15 +00:00
osg Fix flawed BoundingSphere inequality operator 2017-08-28 16:53:20 +01:00
osgAnimation [+] Two classes added: osgAnimation::UpdateVec2fUniform, osgAnimation::UpdateVec4fUniform 2017-07-31 17:50:08 +03:00
osgDB Identify files in object cache by filename and optional provided options. 2019-05-29 09:46:55 +02: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 From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgManipulator Added Dragger::applyAppropriateFrontFace(StateSet*) to make it easy to handle inverted matrices by toggling the FrontFace to sure the correct face is visible. 2016-11-11 17:16:40 +00: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 14:14:53 +00:00
osgPresentation From Jannik Heller, typo fixes 2015-04-13 10:43:56 +00:00
osgQt From Jannik Heller, "I've added the check for Qt version mismatches into osgQt as suggested in http://forum.openscenegraph.org/viewtopic.php?t=14999. 2015-06-15 19:59:01 +00:00
osgShadow 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 14:14:53 +00:00
osgSim 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 14:14:53 +00:00
osgTerrain 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 14:14:53 +00:00
osgText Replaced osg::DrawElementeUInt usage for a more flexible DrawElements base class approach with the default set to DrawElementUShort to ensure compatibility with GLES2 implementes that don't support uint for glDrawElements. 2017-05-25 10:41:12 +01:00
osgUI From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgUtil Fixed crash in handling of osg::Callback attached as Drawable update callback. 2016-11-23 19:18:14 +00:00
osgViewer Fixed typo View::setImagePager(..) template method 2016-01-21 08:32:57 +00:00
osgVolume Fixed handling of Locator's with negative extents 2016-11-11 13:54:15 +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 14:14:53 +00:00