source: ELYSE/tags/v1r0/scripts/Styles/ELYSE.styles @ 488

Last change on this file since 488 was 286, checked in by campagne, 17 years ago

ELYSE sauvegarde provisoire (JEC)

File size: 1.7 KB
Line 
1<styles>
2
3  <!-- ///////////////////////////////////////////////// -->
4  <!-- // PV /////////////////////////////////////////// -->
5  <!-- ///////////////////////////////////////////////// -->
6
7  <style name="PV">  <!-- default -->
8    <modeling>wire_frame</modeling>
9    <color>green</color>
10  </style>
11
12  <style name="PV_waterTank">
13    <modeling>wire_frame</modeling>
14    <color>blue</color>
15  </style>
16
17  <style name="PV_SensiVol">
18<!--
19    <modeling>solid</modeling>
20-->
21    <modeling>wire_frame</modeling>
22    <color>0.6 0.6 0</color>
23  </style>
24
25  <!-- ///////////////////////////////////////////////// -->
26  <!-- // Trajectory /////////////////////////////////// -->
27  <!-- ///////////////////////////////////////////////// -->
28
29  <style name="Trajectory">  <!-- default -->
30    <modeling>wire_frame</modeling>
31    <color>cyan</color>
32    <linePattern>solid</linePattern>
33  </style>
34
35  <style name="Trajectory(e-)">
36    <modeling>wire_frame</modeling>
37    <color>yellow</color>
38    <linePattern>solid</linePattern>
39  </style>
40
41  <style name="Trajectory(e+)">
42    <modeling>wire_frame</modeling>
43    <color>yellow</color>
44    <linePattern>solid</linePattern>
45  </style>
46
47  <style name="Trajectory(gamma)">
48    <modeling>wire_frame</modeling>
49    <color>red</color>
50    <linePattern>dashed</linePattern>
51  </style>
52
53
54  <!-- ///////////////////////////////////////////////// -->
55  <!-- // Hits ///////////////////////////////////////// -->
56  <!-- ///////////////////////////////////////////////// -->
57
58  <style name="HC">
59    <rotationSteps>3</rotationSteps>
60<!--
61    <rotationSteps>12</rotationSteps>
62    <modeling>wire_frame</modeling>
63-->
64    <color>0 0 1</color>
65  </style>
66
67</styles>
Note: See TracBrowser for help on using the repository browser.