Robert Osfield
a08241d481
From Laurens Voerman, "I've removed an underscore in
...
OpenSceneGraph/src/osgUtil/SceneView.cpp
introduced in svn
10915 (5 Jan 2010): "Added support for call root Camera CullCallbacks"
It causes a segfault in osgViewer based apps on our linux system (OSG_STEREO=ON OSG_STEREO_MODE=QUAD_BUFFER)
Problem does not show when OSG_STEREO=OFF.
< 976 else _cullVisitor->traverse(*_camera);
> 976 else cullVisitor->traverse(*_camera);
Looks like a typo, and removing the _ does fix the problem."
2010-01-26 11:16:38 +00:00
..
2009-12-15 12:37:49 +00:00
2009-12-15 12:37:49 +00:00
2006-07-18 15:21:48 +00:00
From Paul Martz, "This change address the following issue: an app opens a Viewer on a multidisplay system, configured to setUpViewAcrossAllDisplays, with a non-default clear mask. In this case, OSG failed to propagate the clear mask to the slave Cameras, resulting in the clear mask being ignored. To fix this issue, this revision adds a new CullSettings::VariablesMask bit, CLEAR_MASK, to explicitly control inheritance of the clear mask. This bit is set by default, which means that the clear mask now inherits by default, whereas previously it did not."
2009-11-27 15:32:43 +00:00
2009-11-19 11:16:58 +00:00
2007-07-28 10:44:03 +00:00
2007-12-26 21:39:29 +00:00
2009-02-02 20:35:19 +00:00
2009-12-07 16:45:33 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2009-11-17 14:06:07 +00:00
2008-11-06 13:38:11 +00:00
2009-02-02 20:35:19 +00:00
2009-02-02 20:35:19 +00:00
2009-11-17 14:06:07 +00:00
2007-12-10 17:30:18 +00:00
2007-12-08 16:37:05 +00:00
2006-07-18 15:21:48 +00:00
2009-03-19 11:11:51 +00:00
2009-07-24 14:45:44 +00:00
2009-10-11 06:05:19 +00:00
2009-11-19 16:39:03 +00:00
2007-12-26 21:39:29 +00:00
2009-10-16 16:26:27 +00:00
2010-01-26 11:16:38 +00:00
2009-11-18 12:15:29 +00:00
2009-11-17 14:06:07 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00
2009-03-10 14:15:59 +00:00
2007-04-06 19:51:20 +00:00
2009-10-07 19:42:32 +00:00
2006-07-18 15:21:48 +00:00
2007-01-25 12:02:51 +00:00
2009-12-15 12:37:49 +00:00
2006-07-18 15:21:48 +00:00
2007-09-05 17:12:24 +00:00