Hi Baker, Fix looks appropriate, now merged and submitted to svn/trunk and OSG-3.2 branch.
Cheers, Robert On 7 November 2013 at 16:43, Bradley Baker Searles <[email protected]> wrote: > Hi, > > We had someone replace a DDS texture with a GL_RGB/GL_UNSIGNED_SHORT_5_6_6 > image, which would trigger a crash in Image.cpp while flipping the mipmap > chain. The code was trying to flip the mipmaps using the rowStep for the > full-size image (we have "dds_flip" set in the osgDB::ReaderWriter::Options > in the osgDB::Registry). > > This patch fixes the issue in our application, although I am unsure if > there is any instance where the size & step can be different for the mips? > > Thanks- > Baker > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=57119#57119 > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
