Re: [osg-users] Load all 6 images from cubemap dds.

2008-05-07 Thread Robert Osfield
Hi Joakim and Roland, On Mon, May 5, 2008 at 6:46 PM, Smeenk, R.J.M. (Roland) [EMAIL PROTECTED] wrote: Joakim, I sent in a submission last year for loading complete cubemaps from DDS files. That submission affects important parts of the osg core and therefore Robert put it on the stack,

Re: [osg-users] Load all 6 images from cubemap dds.

2008-05-07 Thread Smeenk, R.J.M. (Roland)
OK, will take a look at it this evening. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: woensdag 7 mei 2008 10:51 To: OpenSceneGraph Users Subject: Re: [osg-users] Load all 6 images from cubemap dds. Hi Joakim and Roland

Re: [osg-users] Load all 6 images from cubemap dds.

2008-05-07 Thread Jason Daly
Robert Osfield wrote: Hi Joakim and Roland, On Mon, May 5, 2008 at 6:46 PM, Smeenk, R.J.M. (Roland) [EMAIL PROTECTED] wrote: Joakim, I sent in a submission last year for loading complete cubemaps from DDS files. That submission affects important parts of the osg core and therefore

[osg-users] Load all 6 images from cubemap dds.

2008-05-05 Thread Joakim Simonsson
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_ptrosg::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

Re: [osg-users] Load all 6 images from cubemap dds.

2008-05-05 Thread Smeenk, R.J.M. (Roland)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joakim Simonsson Sent: maandag 5 mei 2008 15:03 To: osg-users@lists.openscenegraph.org Subject: [osg-users] Load all 6 images from cubemap dds. Hi, I have a dds file containing a cube map, that is six images

Re: [osg-users] Load all 6 images from cubemap dds.

2008-05-05 Thread Joakim Simonsson
all 6 images from cubemap dds. 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_ptrosg::Image image = osgDB::readImageFile(cubemap.dds); the image returned is only the FIRST image of the embeded images