File: flash.xml

package info (click to toggle)
flightgear-data 1%3A2020.3.16%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,651,296 kB
  • sloc: xml: 4,380,527; python: 222; perl: 67; makefile: 31
file content (52 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>

<PropertyList>

  <path>flash.ac</path>

  <animation>
    <!-- Objets opaques -->

    <!-- Objets transparents -->
    <object-name>flash</object-name>
  </animation>

  <animation>
    <type>noshadow</type>
    <object-name>flash</object-name>
  </animation>
<!--
  <animation>
    <type>select</type>
    <object-name>lumiereG</object-name>
    <object-name>lumiereD</object-name>
    <condition>
      <not-equals>
        <property>systems/electrical/outputs/landing-lights</property>
        <value>0</value>
      </not-equals>
    </condition>
  </animation>
-->
  <animation>
    <type>flash</type>
    <object-name>flash</object-name>
    <center>
      <x-m> 0.000 </x-m>
      <y-m> 0.000 </y-m>
      <z-m> 0.000 </z-m>
    </center>
    <axis>
      <x> -1 </x>
      <y>  0 </y>
      <z>  0 </z>
    </axis>
    <power>2</power>
    <factor>2</factor>
    <offset>0</offset>
    <two-sides type="bool">false</two-sides>
    <min>0.5</min>
    <max>2</max>
  </animation>

</PropertyList>