Thanks Laurens, fix now merged and submitted to svn/trunk.
On Wed, May 25, 2011 at 9:49 AM, Laurens Voerman <[email protected]> wrote: > Hi Robert, > > While working on the osg exporter for 3dsmax I found a bug in the > TriStripVisitor. I created a small example (attached), and a modified > version of > src\osgUtil\TriStripVisitor.cpp > where the problem is removed. > (Tested on Win7 x64 only - compiled with VC2008 Express SP1) > > Regard, Laurens. > > > To reproduce the crash: > set OSG_OPTIMIZER=TRISTRIP_GEOMETRY > osgconv TRISTRIP_GEOMETRY.osg > > ---- src\osgUtil\TriStripVisitor.cpp ---- Line ~403 > // remap any shared vertex attributes > RemapArray ra(copyMapping); > arrayComparitor.accept(ra); <- remaping crashes when trying to remap > 2nd duplicate of an array > > > > _______________________________________________ > 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
