OpenSceneGraph/src
2010-11-25 12:30:38 +00:00
..
OpenThreads From Wang Rui, warning fix. 2010-10-14 12:20:51 +00:00
osg From Michael Platings, To address performance bottleneck that occurs when using large number of uniforms introduced a name to uniqued ID scheme for Uniforms so comparisons can be done on a uint rather than a string. 2010-11-25 12:30:38 +00:00
osgAnimation From Rob Smith, makes hardware skinning use of the existing stateset 2010-08-04 08:35:49 +00:00
osgDB From Wang Rui, "I'd like to provide a quick updates of the new tessellation shader 2010-11-24 20:26:08 +00:00
osgFX From Todd Furlong, "I made a couple of changes to the osgFX::Outline class (SVN patch attached). I had a couple of issues with it that I was trying to resolve: 2010-09-15 10:50:24 +00:00
osgGA Build fixes for building OSG with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2010-11-22 19:38:18 +00:00
osgManipulator From Mikhail Izmestev, "I have discovered problem with draggers from osgManipulator in HUD. 2010-10-29 15:18:34 +00:00
osgParticle Added glMultMatrixf path for GLES1 2010-10-04 11:24:54 +00:00
osgPlugins Fixed typo 2010-11-22 19:18:00 +00:00
osgPresentation Changed the reading of animation paths so that it's always done without using the osgDB object cache. 2010-09-27 09:58:07 +00:00
osgQt Moved TextNode into osgText. 2010-09-07 18:18:35 +00:00
osgShadow From Wojciech Lewandowski, "1: fix for a issue with MinimalShadowMap and LightSpacePerspectiveShadowMapVB techniques ignoring minLightMargin parameter. 2010-11-24 10:09:04 +00:00
osgSim Introduced the use of atan2 in place of asin/acos for reliability and simplicity 2010-06-14 16:27:35 +00:00
osgTerrain Removed default assignement of GeometryTechnique as the TerrainTechniquePrototype. 2010-11-25 11:40:09 +00:00
osgText From Jean-Sebastien Guay, build fixes for windows. 2010-11-24 20:20:57 +00:00
osgUtil From Michael Platings, "the build is broken if you have the OSG_REF_PTR_IMPLICIT_OUTPUT_CONVERSION turned off - the attached files fix this." 2010-11-22 17:37:35 +00:00
osgViewer From Tim Moore, Fix for drivers that don't properly support timer extensions. 2010-11-24 10:38:28 +00:00
osgVolume Converted osg::notify to OSG_INFO etc. 2010-05-28 16:04:19 +00:00
osgWidget From Jean-Sebastien Guay, "osgWidget::WindowManager did nothing in its keyUp event, and in particular didn't call any callbacks. Since I wanted to have callbacks on keyUp, I copied what it does on keyDown, which works for me. I could have just used keyDown and saved myself the trouble, but you know me... :-) 2010-09-09 16:49:10 +00:00
osgWrappers From Wang Rui, "I'd like to provide a quick updates of the new tessellation shader 2010-11-24 20:26:08 +00:00
CMakeLists.txt Removed osgIntrospection as it's now available as a seperate osgIntrospection project that can be checked out thus: 2010-06-23 13:28:19 +00:00