> > But it is fixed in the latest svn. > > Hooray. > > Roger >
Boo. I got the osg dae plugin to compile against the latest dae svn by removing the daeSafeCast stuff from daeUtils.h. However, the dae reader now crashes in daeLIBXMLPlugin::startParse when it tries to check the COLLADA version. This seems to be because daeURI *xmlns = (daeURI*)(element->getMeta()->getMetaAttribute( "xmlns" )->getWritableMemory( element )); returns a NULL pointer which then gets passed into strcmp. I give up for today. Roger _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
