From Marco Jez, commented out info debugging messages

This commit is contained in:
Robert Osfield
2004-08-05 15:02:51 +00:00
parent b57a4ec323
commit 4d2c08b39a

View File

@@ -960,7 +960,7 @@ void CullVisitor::apply(Projection& node)
ref_ptr<osg::RefMatrix> matrix = createOrReuseMatrix(node.getMatrix());
pushProjectionMatrix(matrix.get());
osg::notify(osg::INFO)<<"Push projection "<<*matrix<<std::endl;
//osg::notify(osg::INFO)<<"Push projection "<<*matrix<<std::endl;
// note do culling check after the frustum has been updated to ensure
// that the node is not culled prematurely.
@@ -971,7 +971,7 @@ void CullVisitor::apply(Projection& node)
popProjectionMatrix();
osg::notify(osg::INFO)<<"Pop projection "<<*matrix<<std::endl;
//osg::notify(osg::INFO)<<"Pop projection "<<*matrix<<std::endl;
_computed_znear = previous_znear;
_computed_zfar = previous_zfar;