Howto:Build and run FlightGear on Raspberry Pi 4: Difference between revisions

Line 1,170: Line 1,170:
gdb: bt
gdb: bt
</syntaxhighlight>
</syntaxhighlight>
==osgviewer==
Using the command line osgviewer to display models. These instructions are for FlightGear and OSG built with download_and_compile.sh.
<syntaxhighlight>
cd /flightgear/dnc-managed/install/openscenegraph/bin
export LD_LIBRARY_PATH=../openscenegraph/lib:$LD_LIBRARY_PATH
./osgviewer "path to your model file"
</syntaxhighlight>
Type <code>h</code> for the help menu.


== Feature Scaling - FlightGear ==
== Feature Scaling - FlightGear ==
320

edits