Changeset 5565
- Timestamp:
- May 27, 2009, 2:39:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation09.oxw
r5564 r5565 18 18 19 19 20 <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 /> 20 <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 /> 21 21 22 22 23 <?lua … … 24 25 for i = 1, max, 1 25 26 do 26 x = math.sin(i/max*6)* 2000027 y = math.cos(i/max*6)* 2000027 x = math.sin(i/max*6)*40000 28 y = math.cos(i/max*6)*40000 28 29 z = i*100 29 30 ?> … … 46 47 ?> 47 48 <?lua end ?> 48 49 <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 /> 50 <ParticleEmitter pitch=90 position="0,0,0" source="Orxonox/RingDust" /> 49 <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 /> 51 50 52 51 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.