Hi,

I use OSG in a Qt application, and I do this :

osg::ref_ptr<osg::Object> 
osgDB::readObject(":/some-label/object.osgt.qtresource"); 


The ".qtresource" extension is mapped to a pseudo-loader written using Qt 
classes to load ":/some-label/object.osgt" file from Qt resources and decode it 
using the plugin associated to ".osgt" extension


Cheers,
Aurelien

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=52437#52437





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

Reply via email to