Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2008, 11:03:40 PM (17 years ago)
Author:
rgrieder
Message:

Updated test levels for physics.

File:
1 edited

Legend:

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

    r5335 r5355  
    77   initialhealth     = 100
    88
    9    maxspeed          = 150
    10    maxsecondaryspeed = 50
    11    maxrotation       = 100
    12    transacc          = 100
    13    rotacc            = 140
    14    transdamp         = 75
     9   primaryThrust     = 100;
     10   auxilaryThrust    = 30;
     11   rotationThrust    = 10;
    1512   
    1613   collisionType     = "dynamic"
    1714   mass              = 100
     15   linearDamping     = 0.7
     16   angularDamping    = 0.999
    1817   name              = "blubbbeliblubb"
    1918  >
     
    2423      <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 />
    2524      <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /-->
    26       <SphereCollisionShape radius=20/>
    2725    </attached>
    2826    <collisionShapes>
Note: See TracChangeset for help on using the changeset viewer.