Stefan Eilemann wrote:
I'll do some more testing, and probably create an OpenThreads::createForCurrentThread() if I hit more issues. Somebody suggested using SceneView in an offline email to me, but I'm not sure if this is a good approach since it is marked deprecated. Any opinions?
There exist applications that still depend on SceneView, and I happen to be working on one of them. If/when SceneView is ever actually removed from OSG (something I have no control over), my plan is to simply copy the header and cpp file into the project I'm working on. There's no reason why it should ever stop working (unless OSG is completely rewritten to remove the update/cull/draw paradigm).
I think you'd be safe coding to the SceneView interface. -Paul _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

