OpenSceneGraph/src
Robert Osfield cc4cc7b403 From Farshid Lashkari, "I found a bug in the osgText library in version 1.2 that I believe still exists in the latest version.
I found that changing the alignment of a text object does not work properly if the text contains newline characters. I've attached a simple test case that shows the problem. If I set the text AFTER setting the alignment, everything works fine. But if I set the text BEFORE setting the alignment then the text is displayed incorrectly.

The fix is very simple. Instead of calling computePositions() in TextBase::setAlignment(), it calls computeGlyphRepresentation(). I've attached the modified TextBase.cpp."
2009-06-20 11:35:22 +00:00
..
OpenThreads Removed redundant errno declaration that was cause build problems under RedHat 3.2. 2009-05-15 12:22:53 +00:00
osg Changed the debug output so that the code path is not run unless it's needed 2009-06-19 13:53:35 +00:00
osgAnimation Replaced forward declarations 2009-06-17 16:54:39 +00:00
osgDB Added append() method 2009-06-19 11:04:48 +00:00
osgFX 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
osgGA Fixed unitialized variable 2009-05-28 14:12:03 +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 Rene Molenaar, "The bug is as described above: 2009-06-18 08:18:10 +00:00
osgParticle Fixed copy constructor 2009-06-11 15:13:04 +00:00
osgPlugins From Gino van den Bergen, "AFAICS, OSG's OBJ loader correctly handles backslash-newlines that are used for continuation of lines. However, I recently ran into a problem with OBJs that where converted from another source using Right Hemisphere Deep Exploration. In these OBJs newlines are escaped in the following way: 2009-06-19 14:14:26 +00:00
osgShadow 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
osgSim From Lionel Lagarde, "this correction makes the intensity interpolated in the correct direction when the angle is between _cosFadeAngle and _cosAngle." 2009-06-08 11:12:34 +00:00
osgTerrain From Ross Anderson, "Symptom: The computation of TerrainTiles containing only image layers (no elevation layer) is incorrect. The resulting bounding sphere will always have a radius of zero. 2009-05-18 12:54:23 +00:00
osgText From Farshid Lashkari, "I found a bug in the osgText library in version 1.2 that I believe still exists in the latest version. 2009-06-20 11:35:22 +00:00
osgUtil Added collateReferencesToDependentCameras() and clearReferencesToDependentCameras() methods into RenderStage and SceneView, and use 2009-06-05 19:05:37 +00:00
osgViewer Added clears to various vectors being passed in to get*() methods. 2009-06-19 11:00:33 +00:00
osgVolume Changed debug message from NOTICE to INFO 2009-05-05 12:46:06 +00:00
osgWidget From Fajran Iman Rusadi, fixed error in window index management when children add insert or removed. 2009-05-12 10:45:44 +00:00
osgWrappers Updated wrappers 2009-06-20 08:18:58 +00:00
CMakeLists.txt 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