Re: [osg-users] EditorConfig file?

2019-04-12 Thread Chris Djali
Hi, Here's a list by file extension of which indentation styles are used. Annoyingly, a lot of the file extensions that always have tabs somewhere often have spaces, too, so it's not quite as simple as declaring all .java files use tabs (although I'm assuming they all used tabs when they were

Re: [osg-users] Removing objects with shared GL state from scene graph

2019-04-12 Thread Chris Djali
Hi, It's been a couple of weeks since the last reply to this. I'm guessing this has fallen off the radar, but I still need to fix the issue, so would appreciate if another look could be taken at this. Thank you! Cheers, Chris -- Read this topic online here:

[osg-users] [build] Question about method of building osgQt

2019-04-12 Thread Gerald Godbold
Greetings, We have an older application using OSG 3.4.0 w/ Qt 5.5.1. I'd like to update to 3.6.3 and migrate to a newer version of Qt. I realize that osgQt has been removed, and maintained in a separate repository. We very keen on trying to refactor our code to use the osgQOpenGLWidget class,

Re: [osg-users] [osgPlugins] osg3.6.3 plugin issues

2019-04-12 Thread Bang Keugyeol
Hi, I had a similar problem with PNG textures but was solved after getting a hint from this thread: [forum openscenegraph org / viewtopic.php ? t=6563] (Cannot link URL due to the forum rule. It is my first post.) Its about dependency of missing dlls. I copied over the libpng.dll to where my