Forgot a call to uniqify when generating an Id based on osg::Node name. Whole file attached.
-- Roland > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Smeenk, R.J.M. (Roland) > Sent: maandag 24 november 2008 15:59 > To: OpenSceneGraph Submissions > Subject: Re: [osg-submissions] Collada plugin update > > > The node name collides with the geometry name. > I'll fix it. > > -- > Roland > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > On Behalf Of > > Robert Osfield > > Sent: maandag 24 november 2008 15:39 > > To: OpenSceneGraph Submissions > > Subject: Re: [osg-submissions] Collada plugin update > > > > Hi Roland, > > > > On Mon, Nov 24, 2008 at 2:28 PM, Robert Osfield > > <[EMAIL PROTECTED]> wrote: > > > I'm just merging osgsidebyside. > > > > Now merged and submitted to svn trunk. > > > > It does look like we have issues with the dae plugin though... > > > > > osgsidebyside -o test.dae cow.osg > > Failed to locate geometry > > file:/home/robert/Contributions/RolandSmeenk/test.dae#cow.osg > > > > The directory I ran this from was > > /home/robert/Contributions/RolandSmeenk/ - the directory which I > > merged the changes i from. > > > > Doing osgconv directly and then loading in osgviewer results in the > > same problem: > > > > > osgconv cow.osg test.dae > > >osgviewer test.dae > > Failed to locate geometry > > file:/home/robert/Contributions/RolandSmeenk/test.dae#cow.osg > > > > In both the osgviewer and osgsidebyside cases nothing is > displayed for > > the dae loaded file. If i look at the dae file itself it > does contain > > the geometry. Attached is the generated cow.dae. > > > > Robert. > > > This e-mail and its contents are subject to the DISCLAIMER at > http://www.tno.nl/disclaimer/email.html > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-o > penscenegraph.org > This e-mail and its contents are subject to the DISCLAIMER at http://www.tno.nl/disclaimer/email.html
daeWriter.cpp
Description: daeWriter.cpp
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
