Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5565


Ignore:
Timestamp:
May 27, 2009, 2:39:35 PM (15 years ago)
Author:
landauf
Message:

sorry, committed to much. reverted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/presentation09.oxw

    r5564 r5565  
    1818
    1919
    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
    2122
    2223<?lua
     
    2425for i = 1, max, 1
    2526do
    26     x = math.sin(i/max*6)*20000
    27     y = math.cos(i/max*6)*20000
     27    x = math.sin(i/max*6)*40000
     28    y = math.cos(i/max*6)*40000
    2829    z = i*100
    2930    ?>
     
    4647?>
    4748<?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 />
    5150   
    5251  </Scene>
Note: See TracChangeset for help on using the changeset viewer.