FlightGear and OpenGL Core Profile: Difference between revisions

Jump to navigation Jump to search
Line 52: Line 52:
Ideally, in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]).
Ideally, in conjunction with a feature-specific build option to disable the corresponding feature (think [[PUI]] or the [[HUD]]).


Thus, after editing CMakeLists.txt, we need to open fg_init.cxx to prevent initalization of PUI:
Thus, after editing CMakeLists.txt, we need to open fg_init.cxx to prevent initalization of PUI.
 
 
https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/Main/fg_init.cxx#l1043
https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/Main/fg_init.cxx#l1043
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">

Navigation menu