Re: [osg-users] Segfault in osgPlugins/vrml

2009-07-13 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Falko Kellner wrote: > Hi Robert, >> Could you send the whole file you modified to osg-submission, I'll >> review it once it arrives. >> > ok, should be sent. Hi Falko, Robert - see my comments on the patch in the submission list. Regards, Jan --

Re: [osg-users] Segfault in osgPlugins/vrml

2009-07-12 Thread Robert Osfield
Hi Falko, Could you send the whole file you modified to osg-submission, I'll review it once it arrives. As for texture orientation, could you provide a model example to illustrate the problem. Robert. On Fri, Jul 10, 2009 at 9:16 AM, Falko Kellner wrote: > Hello, > > in current svn rev 10454 th

[osg-users] Segfault in osgPlugins/vrml

2009-07-10 Thread Falko Kellner
Hello, in current svn rev 10454 the openvrml plugin loading a vrml file containing group nodes segfaults, because a node.get() is used instead of a node.release() in convertvrmlnode(). Also, using absolute paths on linux systems is broken: osgviewer myfile.wrl works osgviewer /home/fkellner/myfil