[Orxonox-commit 543] r2190 - media/levels
landauf at orxonox.net
landauf at orxonox.net
Wed May 27 14:39:35 CEST 2009
Author: landauf
Date: 2009-05-27 14:39:35 +0200 (Wed, 27 May 2009)
New Revision: 2190
Modified:
media/levels/presentation09.oxw
Log:
sorry, committed to much. reverted.
Modified: media/levels/presentation09.oxw
===================================================================
--- media/levels/presentation09.oxw 2009-05-27 12:37:38 UTC (rev 2189)
+++ media/levels/presentation09.oxw 2009-05-27 12:39:35 UTC (rev 2190)
@@ -17,14 +17,15 @@
<Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
-<SpawnPoint position="<?lua print(math.sin(1.5) *20000) ?>,<?lua print(math.cos(1.5) *20000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
+<SpawnPoint position="<?lua print(math.sin(1.5) *40000) ?>,<?lua print(math.cos(1.5) *40000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
+
<?lua
max = 20
for i = 1, max, 1
do
- x = math.sin(i/max*6)*20000
- y = math.cos(i/max*6)*20000
+ x = math.sin(i/max*6)*40000
+ y = math.cos(i/max*6)*40000
z = i*100
?>
<?lua
@@ -45,9 +46,7 @@
end
?>
<?lua end ?>
-
- <Planet position="0,0,0" scale=5000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
- <ParticleEmitter pitch=90 position="0,0,0" source="Orxonox/RingDust" />
+ <Planet position="0,0,0" scale=10000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
</Scene>
</Level>
More information about the Orxonox-commit
mailing list