From 746d916fced4208ee914a9d083e745c06893076a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 26 Jun 2007 11:31:39 +0000 Subject: [PATCH] Reverted to using non silhouette computation. --- src/osgSim/OverlayNode.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/osgSim/OverlayNode.cpp b/src/osgSim/OverlayNode.cpp index dfb3cfa58..3f3f8a396 100644 --- a/src/osgSim/OverlayNode.cpp +++ b/src/osgSim/OverlayNode.cpp @@ -1364,7 +1364,7 @@ void OverlayNode::traverse_VIEW_DEPENDENT_WITH_ORTHOGRAPHIC_OVERLAY(osg::NodeVis if (_overlaySubgraph.valid()) { -#if 1 +#if 0 if (!overlayData._geode) { overlayData._geode = new osg::Geode; @@ -1649,16 +1649,16 @@ void OverlayNode::traverse_VIEW_DEPENDENT_WITH_ORTHOGRAPHIC_OVERLAY(osg::NodeVis #if 0 - osg::notify(osg::NOTICE)<<"a topLeft = "<