Re: [osg-users] Rendering in traversal order - how?

2015-10-31 Thread Robert Osfield
Hi Glenn, On 30 October 2015 at 21:40, Glenn Waldron wrote: > > Been scratching my head on this one for a while... > > I have a node created by a plugin. I need the contents of this node to be > rendered in traversal order. How do I do it? > > Naturally, I tried to use a

Re: [osg-users] [build] Xocde 7.1 with osgDB compiler error

2015-10-31 Thread Ulrich Hertlein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 28/10/2015 15:07, Radu Popescu wrote: > We are using OSG for a cross-platform application that runs on Windows, Linux > and Mac > OS X (10.10 and 10.11). > > The application uses OSG 3.4 and Qt 4.8 and we had to apply some patches to >

Re: [osg-users] Rendering in traversal order - how?

2015-10-31 Thread Robert Osfield
Hi Glenn, On 31 October 2015 at 12:32, Glenn Waldron wrote: > Robert, I get that, but since the node is created by a plugin, how do I > pick a RenderBin number that is guaranteed to be different? That is my > dilemma. > There isn't a way of forcing this without getting your

Re: [osg-users] High event times

2015-10-31 Thread Robert Osfield
Hi Mathias, I have had a look at the revision and vaguely remember hunting double a long time troublesome bug, but can't recall the details of the recreating the bug off hand. I'd have to look up what stuff I was doing around March this year. The r14805 commit message was "Fixed resize

[osg-users] High event times

2015-10-31 Thread Mathias Fröhlich
Hi Robert, I am currently tracking higher than expected event times as displayed in the stats HUD with an application of mine. It turns out that we gained one or more round trips to the X server with change 14805. There is a call to XGetWindowAttributes and XTranslateCoordinates introduced

Re: [osg-users] Rendering in traversal order - how?

2015-10-31 Thread Glenn Waldron
On Sat, Oct 31, 2015 at 8:43 AM, Robert Osfield wrote: > Hi Glenn, > > On 31 October 2015 at 12:32, Glenn Waldron wrote: > >> Robert, I get that, but since the node is created by a plugin, how do I >> pick a RenderBin number that is guaranteed to be