Graphic Issues Raspberry Pi 4

From FlightGear wiki
Revision as of 00:33, 5 January 2021 by Puffergas (talk | contribs) (→‎Radio Antenna Guide Wires)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Gauge Shaders - DHC-6-300 Twin Otter

Raspberry Pi4 shader issue.

There can be an issue with the cockpit gauge shaders, that make the steam gauges unreadable. See screenshot. The Air Speed Indicator has been edited per below.

The <!-- and --> was used to comment out the shade.

The file path is /.fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/dhc6/Models/Flightdeck/Instruments/asi/asi0.xml All the steam gauges with the glass_shader.png will need edited.

<!--
    <animation>
        <type>shader</type>
        <shader>chrome</shader>
        <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
        <object-name>vitre</object-name>
    </animation>
-->

Navigation lights

An easy patch to fix the background being visible, is to convert the PNG file to grayscale. The downside is that the color is lost.

Radio Antenna Guide Wires

An easy fix to this distraction is to turn off the guide wires in the HTML file.