From 1924350e1c7e0d2d2b2b8f5a94594de97aa6d257 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 19 Feb 2010 20:11:14 +0000 Subject: [PATCH] Added #include , convert osg::notify usage to OSG_NOTICE --- src/osg/ColorMatrix.cpp | 3 ++- src/osg/Fog.cpp | 3 ++- src/osg/TexEnv.cpp | 3 ++- src/osg/TexEnvFilter.cpp | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/osg/ColorMatrix.cpp b/src/osg/ColorMatrix.cpp index 044c6fefa..f3c28d2cc 100644 --- a/src/osg/ColorMatrix.cpp +++ b/src/osg/ColorMatrix.cpp @@ -14,6 +14,7 @@ #include #include #include +#include using namespace osg; @@ -39,6 +40,6 @@ void ColorMatrix::apply(State& state) const glMatrixMode( GL_MODELVIEW ); } #else - osg::notify(osg::NOTICE)<<"Warning: ColorMatrix::apply(State&) - not supported."< #include #include +#include using namespace osg; @@ -56,6 +57,6 @@ void Fog::apply(State& state) const glFogi(GL_FOG_COORDINATE_SOURCE,_fogCoordinateSource); } #else - osg::notify(osg::NOTICE)<<"Warning: Fog::apply(State&) - not supported."< #include #include +#include using namespace osg; @@ -47,6 +48,6 @@ void TexEnv::apply(State& state) const } } #else - osg::notify(osg::NOTICE)<<"Warning: TexEnv::apply(State&) - not supported."< #include #include +#include using namespace osg; @@ -38,6 +39,6 @@ void TexEnvFilter::apply(State& state) const glTexEnvf(GL_TEXTURE_FILTER_CONTROL_EXT, GL_TEXTURE_LOD_BIAS_EXT, _lodBias); } #else - osg::notify(osg::NOTICE)<<"Warning: TexEnvFilter::apply(State&) - not supported."<