Hi Nick, On Thu, Jan 7, 2010 at 2:15 PM, Trajce Nikolov <[email protected]> wrote: > yea. Very good extension !!!! Robert, would you make the changes to the > thread or you want me to do it?
Using update() would probably be the most robust approach as killing threads can always be a bit awkward. The thread that sleeps might be more efficient though, so if you can kill when the image stream and hence the thread destruct then it may well be the best route. The discussed need for notification when a movie completes is something that would also need the thread, unless one simply did this will polling as well. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
