Hi,

I just configured OSG in my computer vs2010, then tried to test:



Code:
int main( int argc, char **argv )

{

osgViewer::Viewer viewer;

viewer.setSceneData( osgDB::readNodeFile( "cow.osg" ) );

return viewer.run();

}



However, the cow only flashed out for 0.2 second then disappeared, leaving only 
totally black screen. What's the problem? Could you please tell me how to solve 
this?
... 

Thank you!

Cheers,
Jim

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51937#51937





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to