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]
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

Reply via email to