Updates for fade text to work properly, but only in perspetive views at present.

This commit is contained in:
Robert Osfield
2006-09-20 10:36:21 +00:00
parent 5cab53941f
commit cc202c1b6d
3 changed files with 21 additions and 40 deletions

View File

@@ -199,7 +199,7 @@ bool View::addCamera(osg::CameraNode* camera, const osg::Matrix& projectionOffse
_cameras.push_back(CameraData(camera, projectionOffset, viewOffset));
osg::notify(osg::NOTICE)<<"Added camera"<<std::endl;
// osg::notify(osg::NOTICE)<<"Added camera"<<std::endl;
return true;
}