Unifying the 2D rendering backend via canvas

From FlightGear wiki
Revision as of 15:09, 6 July 2012 by Hooray (talk | contribs) (Created page with "{{Template:Canvas Navigation}} == Background == {{cquote|The long term idea is to eventually port some other 2D elements to this backend (eg the HUD and 2D panels) so they u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Background

Cquote1.png The long term idea is to eventually port some other 2D elements to this backend (eg the HUD and 2D panels) so they use OSG (and osgText) natively, and hence reduce the amount of C++ code we have for these jobs. (And increase our chances of working with never OpenGL versions that forbid old style GL calls) Long-term here means 'after 2.8 at least'.
Cquote2.png