[osg-users] problems with transparency in the QOsgWidget for QT
Mike Fried
mike.fried at gmx.de
Mon Nov 9 08:12:08 PST 2009
Hi,
I have problems with using the QOsgWidget under QT.
I was load a Collada file *.dae
The scene in the osgviewer.exe was correct (attachment pic good), but if i use the QOsgWidget
Code:
osg::ref_ptr<osg::Node> loadedModel = osgDB::readNodeFile("collada.dae");
root->addChild(loadedModel.get());
the scene was not as in the osgviewer.exe (attachment pic bad).
How can i manipulate the QOsgWidget, so that the QOsgWidget show the same result as the osgviewer.exe
Thank you!
Cheers,
Mike[/quote]
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=19364#19364
More information about the osg-users
mailing list