Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9011


Ignore:
Timestamp:
Dec 20, 2011, 10:53:13 PM (12 years ago)
Author:
smerkli
Message:

Built saturn-like thing in asteriodfieldtest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2011/data/levels/asteroidField.oxw

    r9008 r9011  
    3838
    3939
    40     <!-- Belt that's far away -->
     40    <!-- Belt that's far away  *** TURNED OFF FOR PERFORMANCE REASONS *** -->
    4141    <!-- Generate asteroid field and asteroid belt -->   
     42    <!--
    4243    <?lua
    4344        dofile("includes/asteroidField.lua")
    4445        asteroidBelt(0, 0, 0, -48, -34, 70, 100, 200, 219900, 210000, 900, 1)
    4546    ?>
     47    -->
    4648
    4749
    48 
    49 
    50     <!-- Belts around the planet -->
     50    <!-- triple large belt around the planet  -->
    5151    <?lua
    5252        dofile("includes/asteroidField.lua")
    53         asteroidBelt(3000, 0, 0, -100, -134, 80, 10, 20, 2190, 1800, 100, 1)
     53        asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 7190, 7800, 250, 1)
    5454    ?>
    5555    <?lua
    5656        dofile("includes/asteroidField.lua")
    57         asteroidBelt(3000, 0, 0, -190, -134, 80, 10, 20, 2190, 1800, 100, 1)
     57        asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 10000, 11000, 300, 1)
    5858    ?>
    5959    <?lua
    6060        dofile("includes/asteroidField.lua")
    61         asteroidBelt(3000, 0, 0, -270, -134, 80, 10, 20, 2190, 1800, 100, 1)
     61        asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 14000, 15000, 350, 1)
    6262    ?>
    6363
     
    6666    <!-- Planet close to spawn point -->
    6767    <Planet
    68       position="3000,0,0"
    69       scale="1000"
     68      position="15000,0,0"
     69      scale="5000"
    7070      collisionType="dynamic"
    7171      linearDamping="0.8"
Note: See TracChangeset for help on using the changeset viewer.