Hi Jim,

You've provide rather few too many details about your system to be
able to provide any specific help.

Does running :

  osgviewer cow.osg

Work OK?  What hardware/OS version do you have?  Did you build the OSG
yourself?  Are you linking a release app to release libs/debug app to
debug libs.

Robert.

On 13 January 2013 13:13, Jim <[email protected]> wrote:
> 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
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to