Glenn Waldron
Glenn Waldron
Is it sufficient to ifdef that out on Apple?
Cannot reproduce (don't have OSX/Linux) but this smells like one of those "order or operations" issues where there's a global static that is destructing at the wrong time when the...
Given the callstack contains ```osg::ApplicationUsage::~ApplicationUsage``` I would start there (in OSG) and inspect the ```ApplicationUsageSingletonProxy``` ... I dont' see anything suspicious, but OSG uses this singleton pattern in several places....
Is this resolved? If so I will close the issue out
Can you provide an earth file that reproduces the issue?
You problem may have to do with `QOpenGLWidget` which uses an FBO that OpenSceneGraph doesn't know about. Try setting you main camera's default FBO like so (from your Qt paint...
I noticed that as well. The idea of draping a 3D model is a little odd, so the use case has not really been tested much. I will mark this...
Thank you for catching this; I have tagged it for feature development. Feel free to tackle it if you want to submit a PR; otherwise it is in the queue...
> I've tried running the osgearth_imgui app but no imgui shows up Can you post a screenshot of `osgearth_imgui simple.earth` please?
I'm afraid I have no idea 🤷♂️ but if you can figure it out, feel free to submit a PR with a fix for all to use! Thanks.