OpenSceneGraph/src
2015-05-21 14:11:32 +00:00
..
OpenThreads From Jannik Heller, typo fixes 2015-04-13 10:43:56 +00:00
osg Renamed LineSegment::intersect(BoundingSphere/Box, double/float&, double/float&) methods to LineSegment::intersectAndComputeRations(..) to avoid confusion with the change in convention for 2015-04-27 19:31:13 +00:00
osgAnimation From Jannik Heller, typo fixes 2015-04-07 18:01:12 +00:00
osgDB Cleaned up handling of Drawables so it utilizes the Node inheritance properly. 2015-04-07 15:49:06 +00:00
osgFX First step of refactoring the osg::Program management in osgTerrain::GeometryPool for better performance by placing default osg::Program and shader defines on a single StateSet below the osgTerrain::Terrain 2015-02-20 15:02:43 +00:00
osgGA From Jannik Heller, typo fixes 2015-04-13 10:43:56 +00:00
osgManipulator Fixed crash when AntiSquish node is the root of the scene graph. 2015-04-16 10:07:23 +00:00
osgParticle Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object. 2014-12-10 10:38:12 +00:00
osgPlugins From Giampaolo Vigano, "please find attached a further fix for 3ds plugin: now reflection map works also with transparent objects (I also removed a redundant setting of BlendFunc)." 2015-04-22 14:25:34 +00:00
osgPresentation From Jannik Heller, typo fixes 2015-04-13 10:43:56 +00:00
osgQt From Andreas Henne, Support for GL3 core profile in osgText 2015-02-25 18:56:29 +00:00
osgShadow Replaced attempt at passing NULL Matrix with two specialized methods. 2015-04-28 16:12:57 +00:00
osgSim Fixed typo of SEPARATE enums 2015-04-13 11:48:28 +00:00
osgTerrain Removed redudent shaders, and updated remaining shaders to match OpenSceneGraph-Data/shaders 2015-02-20 15:04:56 +00:00
osgText Fixed memory error associated with reading over the end of container due to an unbounded while loop. 2015-05-21 14:11:32 +00:00
osgUI Added basic frame rendering for TabWidget 2014-09-12 14:16:08 +00:00
osgUtil Fixed typo of SEPARATE enums 2015-04-13 11:48:28 +00:00
osgViewer From Dmitriy Ogalcev, fix for crash when calling setCursor from a non GUI thread 2015-04-30 13:59:24 +00:00
osgVolume From Julien Valentin, added missing initializer 2015-01-06 14:55:00 +00:00
osgWidget From Andreas Henne, Support for GL3 core profile in osgText 2015-02-25 18:56:29 +00:00
osgWrappers Fixed typo of SEPARATE enums 2015-04-13 11:48:28 +00:00
CMakeLists.txt From Rafa Gaitan, "I finally had some time to change the build system for Android using a Toolchain, which, I think, will be easier to maintain and uses cmake standard system to build it. 2014-11-21 10:37:33 +00:00