Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Robert Osfield
HI Richard, On Fri, 11 Jan 2019 at 01:36, Richard Harrison wrote: > I'm a FlightGear core developer and I can confirm that this is something that > we know about and I'm trying to fix. This month I'm working towards a 3.6.4 stable release, given that an issue has been observed between 3.4.x and

Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Richard Harrison
Chris Hanson wrote: > Ok. Is this a recent issue or do you know when it appeared? That's some > delicate code in there... Yeah I noticed that there's some complex code and thread sensitive (i.e. delicate) stuff; it's taken me a long time to figure out what it's doing and why it is being done

Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Chris Hanson
Ok. Is this a recent issue or do you know when it appeared? That's some delicate code in there... On Thu, Jan 10, 2019 at 10:57 PM Richard Harrison wrote: > > Chris Hanson wrote: > > Due to the domain complexities, this is REALLY something probably the > FlightGear community knows anything about

Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Richard Harrison
Chris Hanson wrote: > Due to the domain complexities, this is REALLY something probably the > FlightGear community knows anything about.enegraph.org[/url] > I'm a FlightGear core developer and I can confirm that this is something that we know about and I'm trying to fix. Cheers --Richard -

Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Chris Hanson
The high level app is FlightGear, an OSG-using flight sim. Due to the domain complexities, this is REALLY something probably the FlightGear community knows anything about. On Thu, Jan 10, 2019 at 5:08 PM Robert Osfield wrote: > Hi Richard, > > The info you've provided doesn't give us much to go

Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Richard Harrison
On 10/01/2019 17:08, Robert Osfield wrote: Hi Richard, The info you've provided doesn't give us much to go on to understand This is following on from my (somewhat lengthy) message[1] on 2019-01-08, 00:15Z which has context at the start of that message, but for ease of reading it is as below.

Re: [osg-users] Deleting still referenced object

2019-01-10 Thread Robert Osfield
Hi Richard, The info you've provided doesn't give us much to go on to understand what might be going on your system, we'll need a high level view of your platform, OSG version, OSG usage model etc. If you aren't already using 3.6.x then I'd strongly recommend upgrading as this will wrap up all th

Re: [osg-users] [3rdparty] Use PNG as texture for terrain in osgEarth

2019-01-10 Thread Glenn Waldron
Rodrigo, To load a png you need to replace TMSOptions with GDALOptions. On Mon, Jan 7, 2019, 12:21 PM Rodrigo Dias Hi, > > Following this example ( > http://docs.osgearth.org/en/latest/developer/maps.html#programmatic-map-creation), > I'm trying to use a PNG instead of a link (like the example us