Re: [osg-users] Capturing all visible nodes

2019-01-22 Thread Isaac Wolf
Thank you for the replies! mp3butcher, I may try something like that, thank you. Robert, the end goal is to take a picture of an object in real life and apply it as a texture to a 3D model by orienting the geometry in the program to be roughly the same as in the picture. My plan was to capture

Re: [osg-users] Deleting still referenced object

2019-01-22 Thread Chris Hanson
Would it make sense to custom hack a BUNCH of asserts into the suspect code to validate all possible assumptions at runtime and maybe pinpoint erroneous conditions prior to hitting the actual crash? On Tue, Jan 22, 2019 at 9:42 PM Robert Osfield wrote: > Hi Richard, > > Sorry to hear your are ba

Re: [osg-users] [Fermi/390.87] lack of robustness of the VAO path

2019-01-22 Thread Julien Valentin
Hi I feel obliged to congratulate Roberts for his insight and reactivity on this bug. Sorry for the time spent on it. Cheers mp3butcher wrote: > Arg it doesn't crash with Mesa 18.0.5/intel chipset!? > > > mp3butcher wrote: > > Hi > > I think the first step to fix this issue is first to reprodu

Re: [osg-users] Deleting still referenced object

2019-01-22 Thread Robert Osfield
Hi Richard, Sorry to hear your are battling this issue. I've read through, and had a quick look at simgear master but could find the loadUsingReaderWriter() implementation in ModelRegistry.cxx that you mention. Are you working on a branch or not checked something in yet? As a general comment, i

Re: [osg-users] Deleting still referenced object

2019-01-22 Thread Richard Harrison
I've just got another of these problems. This is after changing all of the osgDB::read into osgDB::readRef (simgear commit cb024dd82d4c384df0b599640a98e762fbf66688) and 5days of flight time testing (not all the same run, FG was restarted many times) I've hit what looks like a the same problem as