Hello Michael,

On 11/16/2010 02:52 AM, Michael Raab wrote:
> I tried to execute osg::createSharedIndex() onto the geometry cores of the 
> following osb file (http://www.mediafire.com/?m8nt2e397bdmim2). That caused 
> an access violation exception that I cannot track down. Could someone please 
> have a look what may wrong with this geometry?

the problem was that the model contains Geometry that has properties for 
tex coords, but no data in them - so the property is there, but contains 
no values; createSharedIndex() was not prepared to deal with this case.
I've added a test to avoid the crash (committed to cvs), you'll get a 
warning about invalid properties though.

        Cheers,
                Carsten

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to