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





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to