Re: [Flightgear-devel] renderer.cxx patch - fix non-4:3 aspect ratio distortion

2008-01-15 Thread dave perry
dave perry wrote: > Patch fixes the bad assumption in osg fgfs that aspect ratio is always > 4:3. I tested all the standard views and also resizing the window. The testing done above was with no sdl or osgviewer (just freeglut). This works fine. But with --enable-sdl or with --enable-osgvie

[Flightgear-devel] renderer.cxx patch - fix non-4:3 aspect ratio distortion

2008-01-15 Thread dave perry
Patch fixes the bad assumption in osg fgfs that aspect ratio is always 4:3. I tested all the standard views and also resizing the window. Would someone with cvs submit capability check the patch and then commit it. - Dave P. ? renderer.diff Index: renderer.cxx ==