From 28e43fb2da8f49c0e9903f8c3b4fffb8c432fd1c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 16 Aug 2004 08:58:07 +0000 Subject: [PATCH] Disabled the culling on the DistortionNode. --- examples/osgdistortion/osgdistortion.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/osgdistortion/osgdistortion.cpp b/examples/osgdistortion/osgdistortion.cpp index 6f80cd12c..1c3342310 100644 --- a/examples/osgdistortion/osgdistortion.cpp +++ b/examples/osgdistortion/osgdistortion.cpp @@ -54,6 +54,7 @@ protected: DistortionNode::DistortionNode() { + setCullingActive(false); createHUDSubgraph(); }