Re: [osg-users] 2d Rectangle to 3d position

2015-07-28 Thread Alberto Luaces
sam writes: Hi All, I have a gui that I'm trying to convert over to the osgWidget system and I'm having an issue with understanding exactly how this will work. My 2d elements are stored as: rect = left, top, right, bottom rect = 0,449,640,480; How would I go about converting the above

[osg-users] 2d Rectangle to 3d position

2015-07-27 Thread sam
Hi All, I have a gui that I'm trying to convert over to the osgWidget system and I'm having an issue with understanding exactly how this will work. My 2d elements are stored as: rect = left, top, right, bottom rect = 0,449,640,480; How would I go about converting the above into the proper 3d