[Orxonox-commit 5840] r10500 - code/branches/formationFS15/data/levels/templates
sborghi at orxonox.net
sborghi at orxonox.net
Wed May 27 14:56:20 CEST 2015
Author: sborghi
Date: 2015-05-27 14:56:19 +0200 (Wed, 27 May 2015)
New Revision: 10500
Modified:
code/branches/formationFS15/data/levels/templates/orbStation.oxt
Log:
Final template with all new models and rotation parabola.
Modified: code/branches/formationFS15/data/levels/templates/orbStation.oxt
===================================================================
--- code/branches/formationFS15/data/levels/templates/orbStation.oxt 2015-05-27 12:36:07 UTC (rev 10499)
+++ code/branches/formationFS15/data/levels/templates/orbStation.oxt 2015-05-27 12:56:19 UTC (rev 10500)
@@ -1,20 +1,65 @@
<Template name=orbStation>
<MovableEntity>
+ <attached>
+
- <attached>
- <Model position=“0,0,0“ mesh="OrbStation_Ring_1.mesh" scale="20" angularVelocity="50,0,0"/>
- <Model position=“0,0,0“ mesh="OrbStation_Ring_2.mesh" scale="20" velocity="40,0,0"/>
- <Model position=“0,0,0“ mesh="OrbStation_Ring_3.mesh" scale="20" velocity="40,0,0"/>
- <Model position=“0,0,0“ mesh="OrbStation_Ring_4.mesh" scale="20" />
- <Model position=“0,0,0“ mesh="OrbStation_Ring_5.mesh" scale="20"/>
- <Model position=“0,0,0“ mesh="OrbStation_Sphere.mesh" scale="20"/>
- <Model position=“10,0,0“ mesh="OrbStation_Platform.mesh" scale="20"/>
+ <MovableEntity rotationaxis = "0,1,0" rotationrate="50,0,0">
+ <attached>
+ <Model position=“0,0,0“ yaw = 0 mesh="OrbStation_Sphere.mesh" scale="40"/>
+ </attached>
+ </MovableEntity>
+ <MovableEntity rotationaxis = "1,1,1" rotationrate="50,0,0">
+ <attached>
+ <Model position=“0,0,0“ mesh="OrbStation_Ring_2.mesh" scale="40" />
+ </attached>
+ </MovableEntity>
- <Backlight position="0,0,0" scale=1 colour="0.2, 0.4, 0.8" width=7 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" loop=1 />
- </attached>
+ <MovableEntity rotationaxis = "1,1,-1" rotationrate="50,0,0">
+ <attached>
+ <Model position=“0,0,0“ mesh="OrbStation_Ring_3.mesh" scale="40" />
+ </attached>
+ </MovableEntity>
+ <MovableEntity rotationaxis = "-1,1,1" rotationrate="50,0,0">
+ <attached>
+ <Model position=“0,0,0“ mesh="OrbStation_Ring_4.mesh" scale="40" />
+ </attached>
+ </MovableEntity>
+ <MovableEntity rotationaxis = "-1,1,-1" rotationrate="50,0,0">
+ <attached>
+ <Model position=“0,0,0“ mesh="OrbStation_Ring_5.mesh" scale="40"/>
+ </attached>
+ </MovableEntity>
+
+ <MovableEntity rotationaxis = "0,1,0" rotationrate="1,0,0">
+ <attached>
+
+
+ <Model position=“0,0,0“ mesh="OrbStation_Ring_1.mesh" scale="40" />
+
+ <Model position= "180,0,0" yaw = 0 mesh="OrbStation_Platform.mesh" scale="40"/>
+ <Model position= "0,0,180" yaw = -90 mesh="OrbStation_Platform.mesh" scale="40"/>
+ <Model position= "0,0,-180" yaw = -90 mesh="OrbStation_OpenPlat.mesh" scale="40"/>
+
+ <Model position= "-200,0,0" yaw = 90 mesh="OrbStation_Antenna.mesh" scale="40"/>
+ <MovableEntity position= "-305,0,0" rotationaxis = "1,0,0" rotationrate="50,0,0">
+ <attached>
+ <Model position= "0,0,0" yaw = 90 mesh="OrbStation_Parabola.mesh" scale="40"/>
+ </attached>
+ </MovableEntity>
+
+
+ </attached>
+ </MovableEntity>
+
+
+ <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 />
+
+
+
+ </attached>
</MovableEntity>
</Template>
More information about the Orxonox-commit
mailing list