From 452cfa7744a5af15149448fe44f7a8ba90b6589c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 2 Sep 2004 07:44:33 +0000 Subject: [PATCH] Added comments from Eric --- src/osgPlugins/Inventor/ConvertFromInventor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/Inventor/ConvertFromInventor.cpp b/src/osgPlugins/Inventor/ConvertFromInventor.cpp index 873ed819c..461e6d512 100644 --- a/src/osgPlugins/Inventor/ConvertFromInventor.cpp +++ b/src/osgPlugins/Inventor/ConvertFromInventor.cpp @@ -575,8 +575,8 @@ osg::StateSet* ConvertFromInventor::getStateSet(SoCallbackAction* action) break; #ifdef COIN_BASIC_H -// crude COIN detection so that REPLACE is only compiled in when using Coin -// as the SGI Inventor does do have REPLACE +// This check is a very crude Coin detector. +// SGI's Inventor does not have REPLACE mode, but the Coin 3D library does. case SoTexture2::REPLACE: texEnv->setMode(osg::TexEnv::REPLACE); break;