Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/formationFS15/data/levels/templates/orbStation.oxt @ 10500

Last change on this file since 10500 was 10500, checked in by sborghi, 9 years ago

Final template with all new models and rotation parabola.

File size: 2.0 KB
Line 
1<Template name=orbStation>
2        <MovableEntity>
3                <attached>
4                       
5
6                        <MovableEntity rotationaxis = "0,1,0" rotationrate="50,0,0">
7                                <attached>
8                                        <Model position=“0,0,0“ yaw = 0 mesh="OrbStation_Sphere.mesh" scale="40"/>
9                                </attached>
10                        </MovableEntity>
11
12                        <MovableEntity rotationaxis = "1,1,1" rotationrate="50,0,0">
13                                <attached>
14                                        <Model position=“0,0,0“ mesh="OrbStation_Ring_2.mesh" scale="40" />
15                                </attached>
16                        </MovableEntity>
17
18                        <MovableEntity rotationaxis = "1,1,-1" rotationrate="50,0,0">
19                                <attached>
20                                         <Model position=“0,0,0“ mesh="OrbStation_Ring_3.mesh" scale="40" />
21                                </attached>
22                        </MovableEntity>
23
24                        <MovableEntity rotationaxis = "-1,1,1" rotationrate="50,0,0">
25                                <attached>
26                                        <Model position=“0,0,0“ mesh="OrbStation_Ring_4.mesh" scale="40" />
27                                </attached>
28                        </MovableEntity>
29
30                        <MovableEntity rotationaxis = "-1,1,-1" rotationrate="50,0,0">
31                                <attached>
32                                        <Model position=“0,0,0“ mesh="OrbStation_Ring_5.mesh" scale="40"/>
33                                </attached>
34                        </MovableEntity>
35
36                        <MovableEntity rotationaxis = "0,1,0" rotationrate="1,0,0">
37                                <attached>
38                                       
39                                       
40                                        <Model position=“0,0,0“ mesh="OrbStation_Ring_1.mesh" scale="40" />
41
42                                        <Model position= "180,0,0" yaw = 0 mesh="OrbStation_Platform.mesh" scale="40"/>
43                                        <Model position= "0,0,180" yaw = -90 mesh="OrbStation_Platform.mesh" scale="40"/>
44                                        <Model position= "0,0,-180" yaw = -90 mesh="OrbStation_OpenPlat.mesh" scale="40"/>
45                                       
46                                        <Model position= "-200,0,0" yaw = 90 mesh="OrbStation_Antenna.mesh" scale="40"/>                                       
47                                        <MovableEntity position= "-305,0,0" rotationaxis = "1,0,0" rotationrate="50,0,0">
48                                                <attached>
49                                                        <Model position= "0,0,0" yaw = 90 mesh="OrbStation_Parabola.mesh" scale="40"/>
50                                                </attached>
51                                        </MovableEntity>
52                                       
53
54                                </attached>
55                        </MovableEntity>
56
57
58                        <Backlight position="0,0,0" scale=10 colour="0.2, 0.4, 0.8" width=100 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" loop=1 />
59
60
61
62                </attached>
63        </MovableEntity>
64</Template>
65       
66
Note: See TracBrowser for help on using the repository browser.