Hi Paul,

Setting the OSG_NOTIFY_LEVEL to ALWAYS should quieten things down
w.r.t all notify messages, so perhaps you haven't set things
correctly, or perhaps there is a std::cout lurking somewhere which
isn't affected by the NotifyLevel.   You also have the option of using
setting the notifiy level programatically via
osg::setNotfiyLevel(osg::ALWAYS).

Robert.

On Thu, Oct 2, 2008 at 1:37 PM, DeBitetto, Paul A.
<[EMAIL PROTECTED]> wrote:
> I'm trying to get OSG to stop printing out the warning message "texture file
> 557-12.jpg not found !" for every faceset when I load my model.  Is there a
> way to do this?    The warning is legitimate in that I have intentionally
> removed all the texture image files because I'm just trying to load the
> bare-bones geometry model.  I suppose I could go in and edit my model file
> and remove all textures but I was trying to avoid that..  I did try setting
> OSG_NOTIFY_LEVEL to ALWAYS but that did not  help..
>
>
>
> Thanks
>
>
>
> Paul
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to