From 27a7b98284f86e2f258279626d4b99c9ba9920cd Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 29 Nov 2010 22:43:52 +0100 Subject: [PATCH] compilation fixes for older versions of OSG --- src/Main/CameraGroup.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Main/CameraGroup.cxx b/src/Main/CameraGroup.cxx index ae4cf48df..305c68363 100644 --- a/src/Main/CameraGroup.cxx +++ b/src/Main/CameraGroup.cxx @@ -35,6 +35,7 @@ #include #include +#include #include #include #include @@ -328,10 +329,10 @@ static osg::Geometry* createParoramicSphericalDisplayDistortionMesh( osg::Vec3d projector = eye - osg::Vec3d(0.0,0.0, distance); - +#if 0 OSG_INFO<<"createParoramicSphericalDisplayDistortionMesh : Projector position = "<