[osg-users] OpenSceneGraph-3.6.5 relased!

2020-01-31 Thread OpenSceneGraph Users
Hi All, I have just tagged the OpenSceneGraph-3.6.5 release! Source Code: - Github tag for 3.6.5: https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.6.5 - git clone --branch OpenSceneGraph-3.6.5 https://github.com/openscenegraph/OpenSceneGraph.git It's mostly a

Re: [osg-users] Incrementally adding new imagery to an existing .ive

2020-01-31 Thread OpenSceneGraph Users
On Fri, 31 Jan 2020 at 12:21, OpenSceneGraph Users < osg-users@lists.openscenegraph.org> wrote: > I'm creating a lunar map. I started with a small base image. Great. > Now I want to extend the base image with surround imagery. > I can't seem to craft the right Google query to get a result. > Ide

[osg-users] Incrementally adding new imagery to an existing .ive

2020-01-31 Thread OpenSceneGraph Users
I'm creating a lunar map. I started with a small base image. Great. Now I want to extend the base image with surround imagery. I can't seem to craft the right Google query to get a result. Ideas? Can it even be done? I'm currently using osgdem to create the .ive. -- You received this message b

Re: [osg-users] DefaultFont crash issue

2020-01-31 Thread OpenSceneGraph Users
Hi Anna & Glenm, On Thu, 30 Jan 2020 at 13:00, OpenSceneGraph Users < osg-users@lists.openscenegraph.org> wrote: > I too have seen thread-related issues when creating Text from multiple > threads. I was never able to find the time to debug it to conclusion; but I > suspect that a shared Font obje

Re: [osg-users] Create BoundingBoxes dynamically, by creating global Geode and attaching children later

2020-01-31 Thread OpenSceneGraph Users
After reading the "short" OSG documentation over at http://syntheractive.com/developer/downloads/OSGQSG.pdf , I figured it out on my own :) Things that helped me: (obvious if you know what you are doing...) - geodes can't have unlimited children, just use a global group, where you attach