radar.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>radar.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>nav</object-name>
  7. <object-name>div</object-name>
  8. <object-name>rect</object-name>
  9. <emission>
  10. <red>1</red>
  11. <green>1</green>
  12. <blue>1</blue>
  13. <factor>0.8</factor>
  14. </emission>
  15. </animation>
  16. <animation>
  17. <type>material</type>
  18. <object-name>20</object-name>
  19. <object-name>40</object-name>
  20. <object-name>+</object-name>
  21. <object-name>-</object-name>
  22. <object-name>multi0</object-name>
  23. <object-name>multi1</object-name>
  24. <object-name>multi2</object-name>
  25. <object-name>multi3</object-name>
  26. <object-name>multi4</object-name>
  27. <object-name>multi5</object-name>
  28. <object-name>multi6</object-name>
  29. <object-name>multi7</object-name>
  30. <object-name>multi8</object-name>
  31. <object-name>multi9</object-name>
  32. <object-name>ai0</object-name>
  33. <object-name>ai1</object-name>
  34. <object-name>ai2</object-name>
  35. <object-name>ai3</object-name>
  36. <object-name>ai4</object-name>
  37. <object-name>ai5</object-name>
  38. <object-name>ai6</object-name>
  39. <object-name>ai7</object-name>
  40. <object-name>ai8</object-name>
  41. <object-name>ai9</object-name>
  42. <emission>
  43. <red>1</red>
  44. <green>1</green>
  45. <blue>1</blue>
  46. <factor>1</factor>
  47. </emission>
  48. </animation>
  49. <animation>
  50. <type>rotate</type>
  51. <object-name>nav</object-name>
  52. <property>orientation/heading-deg</property>
  53. <center>
  54. <x-m>0</x-m>
  55. <y-m>0</y-m>
  56. <z-m>0</z-m>
  57. </center>
  58. <axis>
  59. <x>1</x>
  60. <y>0</y>
  61. <z>0</z>
  62. </axis>
  63. </animation>
  64. <!-- radar range -->
  65. <animation>
  66. <type>select</type>
  67. <object-name>20</object-name>
  68. <condition>
  69. <equals>
  70. <property>instrumentation/radar[0]/range</property>
  71. <value>20</value>
  72. </equals>
  73. </condition>
  74. </animation>
  75. <animation>
  76. <type>select</type>
  77. <object-name>40</object-name>
  78. <condition>
  79. <equals>
  80. <property>instrumentation/radar[0]/range</property>
  81. <value>40</value>
  82. </equals>
  83. </condition>
  84. </animation>
  85. <!-- radar dots -->
  86. <animation>
  87. <type>select</type>
  88. <object-name>ai0</object-name>
  89. <condition>
  90. <equals>
  91. <property>instrumentation/radar/ai/models/aircraft[0]/radar/in-range</property>
  92. <value>1</value>
  93. </equals>
  94. </condition>
  95. </animation>
  96. <animation>
  97. <type>translate</type>
  98. <object-name>ai0</object-name>
  99. <property>instrumentation/radar/ai/models/aircraft[0]/radar/y-shift</property>
  100. <axis>
  101. <x>0</x>
  102. <y>0</y>
  103. <z>1</z>
  104. </axis>
  105. </animation>
  106. <animation>
  107. <type>translate</type>
  108. <object-name>ai0</object-name>
  109. <property>instrumentation/radar/ai/models/aircraft[0]/radar/x-shift</property>
  110. <axis>
  111. <x>0</x>
  112. <y>1</y>
  113. <z>0</z>
  114. </axis>
  115. </animation>
  116. <animation>
  117. <type>select</type>
  118. <object-name>ai1</object-name>
  119. <condition>
  120. <equals>
  121. <property>instrumentation/radar/ai/models/aircraft[1]/radar/in-range</property>
  122. <value>1</value>
  123. </equals>
  124. </condition>
  125. </animation>
  126. <animation>
  127. <type>translate</type>
  128. <object-name>ai1</object-name>
  129. <property>instrumentation/radar/ai/models/aircraft[1]/radar/y-shift</property>
  130. <axis>
  131. <x>0</x>
  132. <y>0</y>
  133. <z>1</z>
  134. </axis>
  135. </animation>
  136. <animation>
  137. <type>translate</type>
  138. <object-name>ai1</object-name>
  139. <property>instrumentation/radar/ai/models/aircraft[1]/radar/x-shift</property>
  140. <axis>
  141. <x>0</x>
  142. <y>1</y>
  143. <z>0</z>
  144. </axis>
  145. </animation>
  146. <animation>
  147. <type>select</type>
  148. <object-name>ai2</object-name>
  149. <condition>
  150. <equals>
  151. <property>instrumentation/radar/ai/models/aircraft[2]/radar/in-range</property>
  152. <value>1</value>
  153. </equals>
  154. </condition>
  155. </animation>
  156. <animation>
  157. <type>translate</type>
  158. <object-name>ai2</object-name>
  159. <property>instrumentation/radar/ai/models/aircraft[2]/radar/y-shift</property>
  160. <axis>
  161. <x>0</x>
  162. <y>0</y>
  163. <z>1</z>
  164. </axis>
  165. </animation>
  166. <animation>
  167. <type>translate</type>
  168. <object-name>ai2</object-name>
  169. <property>instrumentation/radar/ai/models/aircraft[2]/radar/x-shift</property>
  170. <axis>
  171. <x>0</x>
  172. <y>1</y>
  173. <z>0</z>
  174. </axis>
  175. </animation>
  176. <animation>
  177. <type>select</type>
  178. <object-name>ai3</object-name>
  179. <condition>
  180. <equals>
  181. <property>instrumentation/radar/ai/models/aircraft[3]/radar/in-range</property>
  182. <value>1</value>
  183. </equals>
  184. </condition>
  185. </animation>
  186. <animation>
  187. <type>translate</type>
  188. <object-name>ai3</object-name>
  189. <property>instrumentation/radar/ai/models/aircraft[3]/radar/y-shift</property>
  190. <axis>
  191. <x>0</x>
  192. <y>0</y>
  193. <z>1</z>
  194. </axis>
  195. </animation>
  196. <animation>
  197. <type>translate</type>
  198. <object-name>ai3</object-name>
  199. <property>instrumentation/radar/ai/models/aircraft[3]/radar/x-shift</property>
  200. <axis>
  201. <x>0</x>
  202. <y>1</y>
  203. <z>0</z>
  204. </axis>
  205. </animation>
  206. <animation>
  207. <type>select</type>
  208. <object-name>ai4</object-name>
  209. <condition>
  210. <equals>
  211. <property>instrumentation/radar/ai/models/aircraft[4]/radar/in-range</property>
  212. <value>1</value>
  213. </equals>
  214. </condition>
  215. </animation>
  216. <animation>
  217. <type>translate</type>
  218. <object-name>ai4</object-name>
  219. <property>instrumentation/radar/ai/models/aircraft[4]/radar/y-shift</property>
  220. <axis>
  221. <x>0</x>
  222. <y>0</y>
  223. <z>1</z>
  224. </axis>
  225. </animation>
  226. <animation>
  227. <type>translate</type>
  228. <object-name>ai4</object-name>
  229. <property>instrumentation/radar/ai/models/aircraft[4]/radar/x-shift</property>
  230. <axis>
  231. <x>0</x>
  232. <y>1</y>
  233. <z>0</z>
  234. </axis>
  235. </animation>
  236. <animation>
  237. <type>select</type>
  238. <object-name>ai5</object-name>
  239. <condition>
  240. <equals>
  241. <property>instrumentation/radar/ai/models/aircraft[5]/radar/in-range</property>
  242. <value>1</value>
  243. </equals>
  244. </condition>
  245. </animation>
  246. <animation>
  247. <type>translate</type>
  248. <object-name>ai5</object-name>
  249. <property>instrumentation/radar/ai/models/aircraft[5]/radar/y-shift</property>
  250. <axis>
  251. <x>0</x>
  252. <y>0</y>
  253. <z>1</z>
  254. </axis>
  255. </animation>
  256. <animation>
  257. <type>translate</type>
  258. <object-name>ai5</object-name>
  259. <property>instrumentation/radar/ai/models/aircraft[5]/radar/x-shift</property>
  260. <axis>
  261. <x>0</x>
  262. <y>1</y>
  263. <z>0</z>
  264. </axis>
  265. </animation>
  266. <animation>
  267. <type>select</type>
  268. <object-name>ai6</object-name>
  269. <condition>
  270. <equals>
  271. <property>instrumentation/radar/ai/models/aircraft[6]/radar/in-range</property>
  272. <value>1</value>
  273. </equals>
  274. </condition>
  275. </animation>
  276. <animation>
  277. <type>translate</type>
  278. <object-name>ai6</object-name>
  279. <property>instrumentation/radar/ai/models/aircraft[6]/radar/y-shift</property>
  280. <axis>
  281. <x>0</x>
  282. <y>0</y>
  283. <z>1</z>
  284. </axis>
  285. </animation>
  286. <animation>
  287. <type>translate</type>
  288. <object-name>ai6</object-name>
  289. <property>instrumentation/radar/ai/models/aircraft[6]/radar/x-shift</property>
  290. <axis>
  291. <x>0</x>
  292. <y>1</y>
  293. <z>0</z>
  294. </axis>
  295. </animation>
  296. <animation>
  297. <type>select</type>
  298. <object-name>ai7</object-name>
  299. <condition>
  300. <equals>
  301. <property>instrumentation/radar/ai/models/aircraft[7]/radar/in-range</property>
  302. <value>1</value>
  303. </equals>
  304. </condition>
  305. </animation>
  306. <animation>
  307. <type>translate</type>
  308. <object-name>ai7</object-name>
  309. <property>instrumentation/radar/ai/models/aircraft[7]/radar/y-shift</property>
  310. <axis>
  311. <x>0</x>
  312. <y>0</y>
  313. <z>1</z>
  314. </axis>
  315. </animation>
  316. <animation>
  317. <type>translate</type>
  318. <object-name>ai7</object-name>
  319. <property>instrumentation/radar/ai/models/aircraft[7]/radar/x-shift</property>
  320. <axis>
  321. <x>0</x>
  322. <y>1</y>
  323. <z>0</z>
  324. </axis>
  325. </animation>
  326. <animation>
  327. <type>select</type>
  328. <object-name>ai8</object-name>
  329. <condition>
  330. <equals>
  331. <property>instrumentation/radar/ai/models/aircraft[8]/radar/in-range</property>
  332. <value>1</value>
  333. </equals>
  334. </condition>
  335. </animation>
  336. <animation>
  337. <type>translate</type>
  338. <object-name>ai8</object-name>
  339. <property>instrumentation/radar/ai/models/aircraft[8]/radar/y-shift</property>
  340. <axis>
  341. <x>0</x>
  342. <y>0</y>
  343. <z>1</z>
  344. </axis>
  345. </animation>
  346. <animation>
  347. <type>translate</type>
  348. <object-name>ai8</object-name>
  349. <property>instrumentation/radar/ai/models/aircraft[8]/radar/x-shift</property>
  350. <axis>
  351. <x>0</x>
  352. <y>1</y>
  353. <z>0</z>
  354. </axis>
  355. </animation>
  356. <animation>
  357. <type>select</type>
  358. <object-name>ai9</object-name>
  359. <condition>
  360. <equals>
  361. <property>instrumentation/radar/ai/models/aircraft[9]/radar/in-range</property>
  362. <value>1</value>
  363. </equals>
  364. </condition>
  365. </animation>
  366. <animation>
  367. <type>translate</type>
  368. <object-name>ai9</object-name>
  369. <property>instrumentation/radar/ai/models/aircraft[9]/radar/y-shift</property>
  370. <axis>
  371. <x>0</x>
  372. <y>0</y>
  373. <z>1</z>
  374. </axis>
  375. </animation>
  376. <animation>
  377. <type>translate</type>
  378. <object-name>ai9</object-name>
  379. <property>instrumentation/radar/ai/models/aircraft[9]/radar/x-shift</property>
  380. <axis>
  381. <x>0</x>
  382. <y>1</y>
  383. <z>0</z>
  384. </axis>
  385. </animation>
  386. <animation>
  387. <type>select</type>
  388. <object-name>multi0</object-name>
  389. <condition>
  390. <equals>
  391. <property>instrumentation/radar/ai/models/multiplayer[0]/radar/in-range</property>
  392. <value>1</value>
  393. </equals>
  394. </condition>
  395. </animation>
  396. <animation>
  397. <type>translate</type>
  398. <object-name>multi0</object-name>
  399. <property>instrumentation/radar/ai/models/multiplayer[0]/radar/y-shift</property>
  400. <axis>
  401. <x>0</x>
  402. <y>0</y>
  403. <z>1</z>
  404. </axis>
  405. </animation>
  406. <animation>
  407. <type>translate</type>
  408. <object-name>multi0</object-name>
  409. <property>instrumentation/radar/ai/models/multiplayer[0]/radar/x-shift</property>
  410. <axis>
  411. <x>0</x>
  412. <y>1</y>
  413. <z>0</z>
  414. </axis>
  415. </animation>
  416. <animation>
  417. <type>select</type>
  418. <object-name>multi1</object-name>
  419. <condition>
  420. <equals>
  421. <property>instrumentation/radar/ai/models/multiplayer[1]/radar/in-range</property>
  422. <value>1</value>
  423. </equals>
  424. </condition>
  425. </animation>
  426. <animation>
  427. <type>translate</type>
  428. <object-name>multi1</object-name>
  429. <property>instrumentation/radar/ai/models/multiplayer[1]/radar/y-shift</property>
  430. <axis>
  431. <x>0</x>
  432. <y>0</y>
  433. <z>1</z>
  434. </axis>
  435. </animation>
  436. <animation>
  437. <type>translate</type>
  438. <object-name>multi1</object-name>
  439. <property>instrumentation/radar/ai/models/multiplayer[1]/radar/x-shift</property>
  440. <axis>
  441. <x>0</x>
  442. <y>1</y>
  443. <z>0</z>
  444. </axis>
  445. </animation>
  446. <animation>
  447. <type>select</type>
  448. <object-name>multi2</object-name>
  449. <condition>
  450. <equals>
  451. <property>instrumentation/radar/ai/models/multiplayer[2]/radar/in-range</property>
  452. <value>1</value>
  453. </equals>
  454. </condition>
  455. </animation>
  456. <animation>
  457. <type>translate</type>
  458. <object-name>multi2</object-name>
  459. <property>instrumentation/radar/ai/models/multiplayer[2]/radar/y-shift</property>
  460. <axis>
  461. <x>0</x>
  462. <y>0</y>
  463. <z>1</z>
  464. </axis>
  465. </animation>
  466. <animation>
  467. <type>translate</type>
  468. <object-name>multi2</object-name>
  469. <property>instrumentation/radar/ai/models/multiplayer[2]/radar/x-shift</property>
  470. <axis>
  471. <x>0</x>
  472. <y>1</y>
  473. <z>0</z>
  474. </axis>
  475. </animation>
  476. <animation>
  477. <type>select</type>
  478. <object-name>multi3</object-name>
  479. <condition>
  480. <equals>
  481. <property>instrumentation/radar/ai/models/multiplayer[3]/radar/in-range</property>
  482. <value>1</value>
  483. </equals>
  484. </condition>
  485. </animation>
  486. <animation>
  487. <type>translate</type>
  488. <object-name>multi3</object-name>
  489. <property>instrumentation/radar/ai/models/multiplayer[3]/radar/y-shift</property>
  490. <axis>
  491. <x>0</x>
  492. <y>0</y>
  493. <z>1</z>
  494. </axis>
  495. </animation>
  496. <animation>
  497. <type>translate</type>
  498. <object-name>multi3</object-name>
  499. <property>instrumentation/radar/ai/models/multiplayer[3]/radar/x-shift</property>
  500. <axis>
  501. <x>0</x>
  502. <y>1</y>
  503. <z>0</z>
  504. </axis>
  505. </animation>
  506. <animation>
  507. <type>select</type>
  508. <object-name>multi4</object-name>
  509. <condition>
  510. <equals>
  511. <property>instrumentation/radar/ai/models/multiplayer[4]/radar/in-range</property>
  512. <value>1</value>
  513. </equals>
  514. </condition>
  515. </animation>
  516. <animation>
  517. <type>translate</type>
  518. <object-name>multi4</object-name>
  519. <property>instrumentation/radar/ai/models/multiplayer[4]/radar/y-shift</property>
  520. <axis>
  521. <x>0</x>
  522. <y>0</y>
  523. <z>1</z>
  524. </axis>
  525. </animation>
  526. <animation>
  527. <type>translate</type>
  528. <object-name>multi4</object-name>
  529. <property>instrumentation/radar/ai/models/multiplayer[4]/radar/x-shift</property>
  530. <axis>
  531. <x>0</x>
  532. <y>1</y>
  533. <z>0</z>
  534. </axis>
  535. </animation>
  536. <animation>
  537. <type>select</type>
  538. <object-name>multi5</object-name>
  539. <condition>
  540. <equals>
  541. <property>instrumentation/radar/ai/models/multiplayer[5]/radar/in-range</property>
  542. <value>1</value>
  543. </equals>
  544. </condition>
  545. </animation>
  546. <animation>
  547. <type>translate</type>
  548. <object-name>multi5</object-name>
  549. <property>instrumentation/radar/ai/models/multiplayer[5]/radar/y-shift</property>
  550. <axis>
  551. <x>0</x>
  552. <y>0</y>
  553. <z>1</z>
  554. </axis>
  555. </animation>
  556. <animation>
  557. <type>translate</type>
  558. <object-name>multi5</object-name>
  559. <property>instrumentation/radar/ai/models/multiplayer[5]/radar/x-shift</property>
  560. <axis>
  561. <x>0</x>
  562. <y>1</y>
  563. <z>0</z>
  564. </axis>
  565. </animation>
  566. <animation>
  567. <type>select</type>
  568. <object-name>multi6</object-name>
  569. <condition>
  570. <equals>
  571. <property>instrumentation/radar/ai/models/multiplayer[6]/radar/in-range</property>
  572. <value>1</value>
  573. </equals>
  574. </condition>
  575. </animation>
  576. <animation>
  577. <type>translate</type>
  578. <object-name>multi6</object-name>
  579. <property>instrumentation/radar/ai/models/multiplayer[6]/radar/y-shift</property>
  580. <axis>
  581. <x>0</x>
  582. <y>0</y>
  583. <z>1</z>
  584. </axis>
  585. </animation>
  586. <animation>
  587. <type>translate</type>
  588. <object-name>multi6</object-name>
  589. <property>instrumentation/radar/ai/models/multiplayer[6]/radar/x-shift</property>
  590. <axis>
  591. <x>0</x>
  592. <y>1</y>
  593. <z>0</z>
  594. </axis>
  595. </animation>
  596. <animation>
  597. <type>select</type>
  598. <object-name>multi7</object-name>
  599. <condition>
  600. <equals>
  601. <property>instrumentation/radar/ai/models/multiplayer[7]/radar/in-range</property>
  602. <value>1</value>
  603. </equals>
  604. </condition>
  605. </animation>
  606. <animation>
  607. <type>translate</type>
  608. <object-name>multi7</object-name>
  609. <property>instrumentation/radar/ai/models/multiplayer[7]/radar/y-shift</property>
  610. <axis>
  611. <x>0</x>
  612. <y>0</y>
  613. <z>1</z>
  614. </axis>
  615. </animation>
  616. <animation>
  617. <type>translate</type>
  618. <object-name>multi7</object-name>
  619. <property>instrumentation/radar/ai/models/multiplayer[7]/radar/x-shift</property>
  620. <axis>
  621. <x>0</x>
  622. <y>1</y>
  623. <z>0</z>
  624. </axis>
  625. </animation>
  626. <animation>
  627. <type>select</type>
  628. <object-name>multi8</object-name>
  629. <condition>
  630. <equals>
  631. <property>instrumentation/radar/ai/models/multiplayer[8]/radar/in-range</property>
  632. <value>1</value>
  633. </equals>
  634. </condition>
  635. </animation>
  636. <animation>
  637. <type>translate</type>
  638. <object-name>multi8</object-name>
  639. <property>instrumentation/radar/ai/models/multiplayer[8]/radar/y-shift</property>
  640. <axis>
  641. <x>0</x>
  642. <y>0</y>
  643. <z>1</z>
  644. </axis>
  645. </animation>
  646. <animation>
  647. <type>translate</type>
  648. <object-name>multi8</object-name>
  649. <property>instrumentation/radar/ai/models/multiplayer[8]/radar/x-shift</property>
  650. <axis>
  651. <x>0</x>
  652. <y>1</y>
  653. <z>0</z>
  654. </axis>
  655. </animation>
  656. <animation>
  657. <type>select</type>
  658. <object-name>multi9</object-name>
  659. <condition>
  660. <equals>
  661. <property>instrumentation/radar/ai/models/multiplayer[9]/radar/in-range</property>
  662. <value>1</value>
  663. </equals>
  664. </condition>
  665. </animation>
  666. <animation>
  667. <type>translate</type>
  668. <object-name>multi9</object-name>
  669. <property>instrumentation/radar/ai/models/multiplayer[9]/radar/y-shift</property>
  670. <axis>
  671. <x>0</x>
  672. <y>0</y>
  673. <z>1</z>
  674. </axis>
  675. </animation>
  676. <animation>
  677. <type>translate</type>
  678. <object-name>multi9</object-name>
  679. <property>instrumentation/radar/ai/models/multiplayer[9]/radar/x-shift</property>
  680. <axis>
  681. <x>0</x>
  682. <y>1</y>
  683. <z>0</z>
  684. </axis>
  685. </animation>
  686. </PropertyList>