I'm working off of the osgmovie example, but it seems to be failing at
the imagestream play:
if(image == NULL)
{
cout << "Image was NULL" << endl;
return -1;
}
osg::ImageStream* imagestream =
dynamic_cast<osg::ImageStream*>(image);
if (imagestream != NULL)
{
imagestream->play();
}
The pointer is not null, so I don't see why it is failing. Any ideas or
suggestions?
Thanks in advance
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/