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

Jump to navigation Jump to search
Line 560: Line 560:
>  155.07 [INFO]:input      Honeycomb Aeronautical Alpha Flight Controls
>  155.07 [INFO]:input      Honeycomb Aeronautical Alpha Flight Controls
> FGHIDDeivce received input report:0, len=8
> FGHIDDeivce received input report:0, len=8
</syntaxhighlight>
==Aircraft==
===DHC-6-300 Twin Otter===
[[File:GaugeShader.png|thumb|150px|Raspberry Pi4 shader issue.]]
There is an issue with the cockpit gauge shaders, that make the steam gauges unreadable. See screenshot. The Air Speed Indicator has been edited per below. <pre>The <!-- and --> was used to comment out the shade.</pre> The file path is <code>/.fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/dhc6/Models/Flightdeck/Instruments/asi/asi0.xml</code> All the steam gauges with the glass_shader.png will need edited.
<syntaxhighlight lang="xml">
<!--
    <animation>
        <type>shader</type>
        <shader>chrome</shader>
        <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
        <object-name>vitre</object-name>
    </animation>
-->
</syntaxhighlight>
</syntaxhighlight>


320

edits

Navigation menu