[osg-users] Invisible light points

2017-08-04 Thread Andreas Ekstrand
Hi, I recently moved from OSG 3.2.1 to 3.5.6 and now I have problems with light points going invisible if rendered together with other geometry. I managed to reproduce in a small test case - have a look at the attached lp and lp_poly models (both in 3.5.6 osgt and deprecated osg which I find

[osg-users] check content of pagedlod

2017-08-04 Thread Sebastian Schmidt
Hi, Is there a way to check current status/content of a pagedlod object of my scenegraph, for example if its already in the rendering process. I need this to determine if a plugin was loaded or not. Thank you! Cheers, Sebastian OSG Version: 3.0.1 OS: OpenSuse Leap 42

Re: [osg-users] check content of pagedlod

2017-08-04 Thread Robert Osfield
Hi Sebastian, On 4 August 2017 at 14:14, Sebastian Schmidt wrote: > Is there a way to check current status/content of a pagedlod object of my > scenegraph, for example if its already in the rendering process. > The PagedLOD node has get methods that tell you what children are loaded, a custom N

Re: [osg-users] check status of pagedlod

2017-08-04 Thread Sebastian Schmidt
Ok..i will try to explain. In my osg application "A" the scenegraph contains several pagedlod nodes which are reading from a custom osgdb plugin file. Application "B" is rendering stuff to a texture and the plugin is returning a osg node containing this texture. The initialization of applica

Re: [osg-users] check status of pagedlod

2017-08-04 Thread Robert Osfield
On 4 August 2017 at 15:35, Sebastian Schmidt wrote: > Ok..i will try to explain. > > In my osg application "A" the scenegraph contains several pagedlod nodes > which are reading from a custom osgdb plugin file. > > Application "B" is rendering stuff to a texture and the plugin is > returning a os