/* we have two scenes*/
osg::Group* root = new osg::Group();
osg::Group* root1 = new osg::Group();
.
.
.
viewer.setSceneData( root );
viewer.setSceneData( root1 );
viewer.setSceneData( root );//the pogram dont past this line
cout<<"1"<<endl;
----
what can we do to solve this problem and able to load the old scene "root" ?
thanks
NB
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
