OS-X 10.4.7 (PPC w/ sec updt)
I've got:
osg::setNotifyLevel(osg::DEBUG_INFO);
and the only thing it prints is:
Warning: Could not find plugin to read objects from file "t72-tank_des.flt".
Error: OpenGL version test failed, requires valid graphics context.
I can load .osg models just fine. osgtext.app works fine etc etc...
Any thoughts?
-Willy
On 9/15/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
Hi James,
If there is a problem with locating or loading the plugin itself then perhaps one could trace the problem by upping the notification level to debug i.e.
setenv OSG_NOTIFY_LEVEL=DEBUG
osgviewer mymodel.flt
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
