reiszner / KAP140

The Bendix/King KAP 140 autopilot for FlightGear Flight Simulation (FGFS)
GNU General Public License v2.0
0 stars 2 forks source link

kap140/kap140.xml refers to PA28 #15

Open bitwisetech opened 11 months ago

bitwisetech commented 11 months ago

Line 1677

hbeni commented 11 months ago

https://github.com/reiszner/KAP140/blob/56f225c7ad78c46568b7b7d2119d5dcc8b858d35/kap140/kap140.xml#L1676-L1680

I think this was meant as example code, but probably should be commented like the c182 code directly before those lines?

reiszner commented 10 months ago

Ah, sorry! Yes, this effect is a relict from the developement. For generic use, you can set the effect to:

  <effect>
    <inherits-from>Effects/model-transparent</inherits-from>
    <object-name>glass</object-name>
    <object-name>base-sensor</object-name>
  </effect>

If a developer has his own effect for glass inside a cockpit (for instruments), he/she can change it to that.