Hi . i m with a problem . i m doing this.
osg::ref_ptr<osg::ImageStream> pImageStream;
osg::Image* hudImage;
hudImage = osgDB::readImageFile(tex_name);
pImageStream = dynamic_cast<osg::ImageStream*>(hudImage);
when I do a play.
if(pImageStream )pImageStream->play();
my program close :(
what is happening ?
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

