Howto:Troubleshooting Aircraft Performance Issues: Difference between revisions

m
Line 141: Line 141:
== FGViewer ==
== FGViewer ==


This tool is the easiest because you don't need to have osg binaries compiled, just navigate to where you installed Flightgear to find it, it is based on osgviewer but with some Simgear integration, it is not sophisticated and i don't think you can allow it to display aircraft and scenery together, use it as you would osgviewer, except you have to define FGROOT before using it. Usage from Windows command line for example:
This tool is the easiest because you don't need to have osg binaries compiled, just navigate to where you installed Flightgear to find it, it is based on osgviewer but with some Simgear integration, it is not sophisticated and i don't think you can allow it to display aircraft and scenery together, use it as you would osgviewer, except you have to define FGROOT before using it. Windows command line for example:


<syntaxhighlight>C:\Users\JonDue>  "C:\Program Files\Flightgear 3.7.0\bin\fgviewer" C:\Location\Of\Aircraft\Model.ac</syntaxhighlight>
<syntaxhighlight>C:\Users\JonDue>  "C:\Program Files\Flightgear 3.7.0\bin\fgviewer" C:\Location\Of\Aircraft\Model.ac</syntaxhighlight>
'''Linux example'''
<syntaxhightlight="bash">vblank_mode=0 ./fgviewer ~/build/fgbuild/install/flightgear/fgdata/Aircraft/ufo/Models/ufo.ac<syntaxhighlight>


[[File:UFO IN FGVIEWER.jpg|800px|Picture showing UFO in FGViewer]]
[[File:UFO IN FGVIEWER.jpg|800px|Picture showing UFO in FGViewer]]
272

edits