Hi Nick, The testing I did was using osgViewer::Viewer, the testbed is now checked in as part of osgcamera example. Try :
osgcamera -r 5 cow.osg Or with paged database: osgcamera -r 5 http://www.openscenegraph.org/data/earth_bayarea/earth.ive You can also do it with sharing the scene graph by adding --shared In your own code the problem may well be down to you hiding the scene graph from the viewer so it isn't able to clean up the scene graph. Try removing the viewer->setSceneData(0). Robert. On Tue, Dec 1, 2009 at 1:46 PM, Trajce Nikolov <[email protected]> wrote: > ok /// it works for CompositeViewer does not work for osgViewer::Viewer > Nick > > http://www.linkedin.com/in/tnikolov > Sent from Devlet, Ankara, Turkey > > On Tue, Dec 1, 2009 at 5:42 AM, Trajce Nikolov <[email protected]> > wrote: >> >> I just updated from svn. The source search gives mi 0 results >> Nick >> >> >> On Tue, Dec 1, 2009 at 5:36 AM, J.P. Delport <[email protected]> wrote: >>> >>> Hi, >>> >>> Trajce Nikolov wrote: >>>> >>>> interesting. Robert has closed this thread with "fixed" but I am having >>>> the same problems. btw, where is USE_NEW_TEXTURE_POOL defined? >>> >>> what version of OSG are you using? The fix is in recent svn versions. >>> Think it is in include/osg/Texture. Check the thread or search the >>> include/src dirs. >>> >>> cheers >>> jp >>> >>>> >>>> Nick >>>> >>>> http://www.linkedin.com/in/tnikolov >>>> Sent from Devlet, Ankara, Turkey >>>> >>>> On Tue, Dec 1, 2009 at 5:21 AM, J.P. Delport <[email protected] >>>> <mailto:[email protected]>> wrote: >>>> >>>> Hi, >>>> >>>> read this: >>>> >>>> http://thread.gmane.org/gmane.comp.graphics.openscenegraph.user/51995/ >>>> >>>> jp >>>> >>>> Trajce Nikolov wrote: >>>> >>>> Hi, >>>> >>>> please have a look at the following scenario. The viewer is >>>> dynamically created, destroyed and created again. On the later, >>>> no textures shows up. Any ideas? >>>> >>>> .............. viewer->setSceneData( loadedModel.get() ); >>>> viewer->realize(); >>>> while (!viewer->done()) >>>> { >>>> viewer->frame(); >>>> } >>>> >>>> viewer->setSceneData( 0 ); >>>> loadedModel = 0; >>>> viewer = 0; >>>> >>>> >>>> viewer = new osgViewer::Viewer(arguments); >>>> setupViewer(viewer.get(),arguments); >>>> >>>> loadedModel = osgDB::readNodeFiles(arguments); >>>> >>>> viewer->setSceneData( loadedModel.get() ); >>>> viewer->realize(); >>>> while (!viewer->done()) >>>> { >>>> viewer->frame(); >>>> } >>>> ................. >>>> >>>> Nick >>>> >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> osg-users mailing list >>>> [email protected] >>>> <mailto:[email protected]> >>>> >>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>>> >>>> >>>> -- This message is subject to the CSIR's copyright terms and >>>> conditions, e-mail legal notice, and implemented Open Document >>>> Format (ODF) standard. The full disclaimer details can be found at >>>> http://www.csir.co.za/disclaimer.html. >>>> >>>> This message has been scanned for viruses and dangerous content by >>>> MailScanner, and is believed to be clean. MailScanner thanks >>>> Transtec Computers for their support. >>>> >>>> _______________________________________________ >>>> osg-users mailing list >>>> [email protected] >>>> <mailto:[email protected]> >>>> >>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>>> >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> osg-users mailing list >>>> [email protected] >>>> >>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>> >>> -- >>> This message is subject to the CSIR's copyright terms and conditions, >>> e-mail legal notice, and implemented Open Document Format (ODF) standard. >>> The full disclaimer details can be found at >>> http://www.csir.co.za/disclaimer.html. >>> >>> This message has been scanned for viruses and dangerous content by >>> MailScanner, and is believed to be clean. MailScanner thanks Transtec >>> Computers for their support. >>> >>> _______________________________________________ >>> osg-users mailing list >>> [email protected] >>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

