Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5295


Ignore:
Timestamp:
Dec 3, 2008, 1:19:07 AM (15 years ago)
Author:
rgrieder
Message:

More physics testing xml code.

Location:
data/media/levels
Files:
2 edited

Legend:

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

    r5290 r5295  
    11<?lua
    22  include("levels/spaceshiptemplates.oxw")
     3?>
     4<?lua
     5  include("levels/hudtemplates.oxw")
    36?>
    47
     
    5053      </attached>
    5154      <collisionShapes>
    52         <SphereCollisionShape name = "secondSphere" radius=20 position="100,0,0"/>
     55        <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/>
    5356      </collisionShapes>
    5457    </LinearEntity>
     58   
     59    <StaticEntity
     60     name            = "blubbStatic"
     61     position        = "50, -20, -500"
     62     collisionType   = "static"
     63     mass            = 10
     64    >
     65      <attached>
     66        <Model position="0,0,0" scale=10 mesh="ast1.mesh" />
     67      </attached>
     68      <collisionShapes>
     69        <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/>
     70      </collisionShapes>
     71    </StaticEntity>
    5572   
    5673    <!--SpawnPoint position="0,   0,  100"           spawnclass=SpaceShip pawndesign=spaceshipassff />
  • data/media/levels/spaceshiptemplates.oxw

    r5255 r5295  
    1313   rotacc            = 140
    1414   transdamp         = 75
     15   
     16   collisionType     = "dynamic"
     17   mass              = 100
     18   name              = "blubbbeliblubb"
    1519  >
    1620    <attached>
     
    2125      <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /-->
    2226    </attached>
     27    <collisionShapes>
     28      <SphereCollisionShape radius=50/>
     29    </collisionShapes>
    2330  </SpaceShip>
    2431</Template>
Note: See TracChangeset for help on using the changeset viewer.