1
0
Fork 0
flightgear/Main
curt 2be63aa0fb Add my own version of gluLookAt() (which is nearly identical to the
Mesa/glu version.)  But, by calculating the Model View matrix our selves
we can save this matrix without having to read it back in from the video
card.  This hopefully allows us to save a few cpu cycles when rendering
out the fragments because we can just use glLoadMatrixd() with the
precalculated matrix for each tile rather than doing a push(), translate(),
pop() for every fragment.

Panel status defaults to off for now until it gets a bit more developed.

Extract OpenGL driver info on initialization.
1998-07-04 00:52:22 +00:00
..
airports.cxx Tweaking sound library usage. 1998-06-03 22:01:06 +00:00
airports.hxx Refined conditional audio support compilation. 1998-06-17 21:35:10 +00:00
fg_init.cxx Add my own version of gluLookAt() (which is nearly identical to the 1998-07-04 00:52:22 +00:00
fg_init.hxx Added an command line option to set starting position based on airport ID. 1998-04-25 15:11:10 +00:00
GLUTkey.cxx Replaced "extern displayInstruments" with a entry in fgOPTIONS. 1998-06-27 16:54:32 +00:00
GLUTkey.hxx Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H" 1998-04-24 00:49:17 +00:00
GLUTmain.cxx Add my own version of gluLookAt() (which is nearly identical to the 1998-07-04 00:52:22 +00:00
Makefile.am Refined conditional audio support compilation. 1998-06-17 21:35:10 +00:00
options.cxx Add my own version of gluLookAt() (which is nearly identical to the 1998-07-04 00:52:22 +00:00
options.hxx Replaced "extern displayInstruments" with a entry in fgOPTIONS. 1998-06-27 16:54:32 +00:00
runfg.bat.in Added support for Pui/Gui. 1998-06-12 00:57:38 +00:00
runfg.in Edited cvs log messages in source files ... bad bad bad! 1998-04-25 22:06:24 +00:00
views.cxx Add my own version of gluLookAt() (which is nearly identical to the 1998-07-04 00:52:22 +00:00
views.hxx Add my own version of gluLookAt() (which is nearly identical to the 1998-07-04 00:52:22 +00:00