OpenSceneGraph/src
2010-02-20 17:36:55 +00:00
..
OpenThreads From Mourad Boufarguine, fixed typo. 2010-02-18 22:20:11 +00:00
osg Moved implementation of Observer destructor and constructor from header into .cpp to avoid possible issues with imports/exports under Windows build. 2010-02-19 20:18:48 +00:00
osgAnimation Build fixes for build without ref_ptr<> automatic type conversion 2010-01-31 18:24:01 +00:00
osgDB Build fixes for GLES2 2010-02-19 21:03:33 +00:00
osgFX Added missing .get() to fix build when compiling with no automatic type convention in ref_ptr<> 2010-01-13 11:45:19 +00:00
osgGA Changed controls for changing animation speed to '(' and ')' to avoid overlap with window resize handler. 2010-02-18 21:15:28 +00:00
osgIntrospection From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
osgManipulator From Stephan Huber, "attached you'll find a bugfix for removeTransformUpdating and another 2009-11-19 17:42:25 +00:00
osgParticle From Martin Scheffler, "osgParticle: method to set start and end tile for particle texture (for animated particles). I also updated examples/osgParticle to show the feature. 2009-11-24 15:00:11 +00:00
osgPlugins Added include of osg/FrameBufferObject to fix GLES1/GLES2 build issue 2010-02-19 20:43:58 +00:00
osgPresentation <iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler 2009-11-17 14:06:07 +00:00
osgShadow From Marius Heise, "osgShadow was using single precision variables for light positioning and orientation. This was causing precision problems (shadow jumping) with big databases (eg. geocentric created vpb). This patch fixes this by using double precision variables for light positioning and orientation. It works for all algorithms dreived form osgShadow::StandardShadowMap. 2010-01-08 11:37:35 +00:00
osgSim From Christian Ehrlicher, "during profiling my program I found out that there's a lot of memory 2009-11-27 16:47:38 +00:00
osgTerrain Convert NOTIFY to OSG_NOTIFY to avoid problems with polution of users apps with the NOTIFY macro 2010-02-10 12:44:59 +00:00
osgText Added setting of the charcode during construction of osgText::Font::Glyph() 2010-01-14 15:15:42 +00:00
osgUtil Convert NOTIFY to OSG_NOTIFY to avoid problems with polution of users apps with the NOTIFY macro 2010-02-10 12:44:59 +00:00
osgViewer Converted View across to use ObserverNodePath. 2010-02-20 17:36:55 +00:00
osgVolume Added return at end of to fix warning 2009-09-24 10:11:32 +00:00
osgWidget From Trajce Nikolov, bug fixes 2010-01-29 14:55:52 +00:00
osgWrappers Updated wrappers 2010-02-19 19:00:48 +00:00
CMakeLists.txt From Wang Rui, new native binary/ascii format infrastructure and wrappers. 2010-01-20 20:13:33 +00:00