Files
OpenSceneGraph/src/osgUtil
Robert Osfield 098bc6df5e From Farshid Lashkari, "
The osgUtil::CullVisitor class will display an OSG_INFO notification when attempting to clamp the projection matrix with invalid near/var values. This usually appears when the scene graph is empty or all objects are culled. I don't think this scenario warrants having this message appear every frame. It makes it very difficult to debug other issues when this notification floods the output window.

I'd prefer to have the notification removed, but there might be legitimate cases where you want this displayed. Instead, I just disabled the output if the near/far values are equal to FLT_MAX (their initial values). This should at least prevent the notification for the common case where everything was culled."
2011-09-13 10:15:07 +00:00
..
2006-07-18 15:21:48 +00:00
2011-09-13 10:15:07 +00:00
2011-05-06 12:25:02 +00:00
2006-07-18 15:21:48 +00:00
2006-07-18 15:21:48 +00:00