Hi all,

I am using the osgSim::HeightAboveTerrain class, and when using a
CoordinateSystemNode to compute intesections im getting a lot of
notifications. The file osgSim/HeightAboveTerrain.cpp has the following code
on line 64:

osg::notify(osg::NOTICE)<<"lat = "<<latitude<<" longitude = "<<longitude<<"
height = "<<height<<std::endl;

I just thought the notify level may be osg::DEBUG_INFO or similar instead,
because the only way i have to stop the notifications is filtering the
osg::NOTICE messages.

-- 
Enrique...
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to