Re: [osg-users] Removing Configurable Origin In osgWidget

2014-03-03 Thread Paul
Sorry to dig this back up, What's the best way to flip the coord system for osgWidgets. Top Left (0,0). Is there an easy way in osg? Or do I need calculate widget position with resize events? -- Read this topic online here:

[osg-users] Removing Configurable Origin In osgWidget

2008-10-15 Thread Jeremy Moles
Hello all! So, a quick question (particularly to Robert)... How would you feel if I removed the ability for the user to choose their origin with osgWidget via the enum passed to the WindowManager during creation? It's just becoming a code maintenance nightmare, and I'm having to do a ton of

Re: [osg-users] Removing Configurable Origin In osgWidget

2008-10-15 Thread Robert Osfield
Hi Jeremy, I can certainly understand the desire to keep the code simple as possible - as there are always factors driving increased complexity as you introduce new functionality, so complexity that delivers little functionality is something that may well be bes to cull. As for which coordinate

Re: [osg-users] Removing Configurable Origin In osgWidget

2008-10-15 Thread Jeremy Moles
On Wed, 2008-10-15 at 20:30 +0100, Robert Osfield wrote: Hi Jeremy, I can certainly understand the desire to keep the code simple as possible - as there are always factors driving increased complexity as you introduce new functionality, so complexity that delivers little functionality is