mirror of
https://github.com/l0k1/oprf_assets.git
synced 2024-11-21 15:08:03 +08:00
32 lines
604 B
XML
32 lines
604 B
XML
<?xml version="1.0"?>
|
|
<PropertyList>
|
|
<filter>
|
|
<name>radar spin</name>
|
|
<type>gain</type>
|
|
<input>
|
|
<expression>
|
|
<mod>
|
|
<product>
|
|
<property>/sim/time/elapsed-sec</property>
|
|
<value>36</value>
|
|
</product>
|
|
<value>360</value>
|
|
</mod>
|
|
</expression>
|
|
</input>
|
|
<gain>1</gain>
|
|
<output>sim/multiplay/generic/float[2]</output>
|
|
</filter>
|
|
|
|
<filter>
|
|
<name>radar nod</name>
|
|
<type>gain</type>
|
|
<input>
|
|
<property>sim/multiplay/generic/float[1]</property>
|
|
</input>
|
|
<gain>1</gain>
|
|
<output>sim/multiplay/generic/float[4]</output>
|
|
</filter>
|
|
</PropertyList>
|
|
|