Hi,

I have a dds file containing a cube map, that is six images that are embedded in the file.

However, when I read it:

osg::ref_ptr<osg::Image> image = osgDB::readImageFile("cubemap.dds");

the image returned is only the FIRST image of the embeded images. Is there a way to load the other 5 images?


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

Reply via email to