source: ELYSE/HEAD/scripts/Styles/ELYSE.styles @ 632

Last change on this file since 632 was 295, checked in by campagne, 17 years ago
File size: 1.8 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_TyvekSheet">
18    <modeling>wire_frame</modeling>
19    <color>white</color>
20  </style>
21
22  <style name="PV_GlassVol">
23<!--
24    <modeling>solid</modeling>
25-->
26    <modeling>wire_frame</modeling>
27    <color>0.6 0.6 0</color>
28  </style>
29
30  <!-- ///////////////////////////////////////////////// -->
31  <!-- // Trajectory /////////////////////////////////// -->
32  <!-- ///////////////////////////////////////////////// -->
33
34  <style name="Trajectory">  <!-- default -->
35    <modeling>wire_frame</modeling>
36    <color>cyan</color>
37    <linePattern>solid</linePattern>
38  </style>
39
40  <style name="Trajectory(e-)">
41    <modeling>wire_frame</modeling>
42    <color>yellow</color>
43    <linePattern>solid</linePattern>
44  </style>
45
46  <style name="Trajectory(e+)">
47    <modeling>wire_frame</modeling>
48    <color>yellow</color>
49    <linePattern>solid</linePattern>
50  </style>
51
52  <style name="Trajectory(gamma)">
53    <modeling>wire_frame</modeling>
54    <color>red</color>
55    <linePattern>dashed</linePattern>
56  </style>
57
58
59  <!-- ///////////////////////////////////////////////// -->
60  <!-- // Hits ///////////////////////////////////////// -->
61  <!-- ///////////////////////////////////////////////// -->
62
63  <style name="HC">
64    <rotationSteps>3</rotationSteps>
65<!--
66    <rotationSteps>12</rotationSteps>
67    <modeling>wire_frame</modeling>
68-->
69    <color>0 0 1</color>
70  </style>
71
72</styles>
Note: See TracBrowser for help on using the repository browser.