Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9745


Ignore:
Timestamp:
Nov 4, 2013, 4:00:56 PM (10 years ago)
Author:
agermann
Message:

Lokale Gravitation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spacestationentry/data/levels/dockingToASpaceStation.oxw

    r9715 r9745  
    3434    ambientlight = "0.8, 0.8, 0.8"
    3535    skybox       = "Orxonox/Starbox"
     36    negativeWorldRange = "-100000, -100000, -100000"
     37    positiveWorldRange = " 100000,  100000,  100000"
     38    gravity      = "0,0,0"
     39    hasPhysics   = true
    3640  >
     41
    3742    <?lua
    3843      include("includes/pickups.oxi")
     
    6570      </collisionShapes>
    6671    </StaticEntity>
    67    
    68    
    69    
     72
     73<!-- Wuerfel -->
     74
     75  <StaticEntity position="0,-10000,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 >
     76      <attached>
     77        <Model position="0,0,0" mesh="crate.mesh" scale3D="50,50,5" />
     78       
     79      </attached>
     80      <collisionShapes>
     81        <BoxCollisionShape position="0,0,0" halfExtents="100,100,10" />
     82      </collisionShapes>
     83  </StaticEntity>
     84<ForceField position="2500,-100000,2500" mode="sphere" diameter="182000" velocity="-5000" />
     85<ForceField position="2500,-100000,-2500" mode="sphere" diameter="182000" velocity="-5000" />
     86<ForceField position="-2500,-100000,2500" mode="sphere" diameter="182000" velocity="-5000" />
     87<ForceField position="-2500,-100000,-2500" mode="sphere" diameter="182000" velocity="-5000" />
     88
    7089
    7190   <!-- Docking -->
     
    102121
    103122    </Dock>
     123
     124
    104125   
    105126    <!--SpaceShip
     
    119140    </SpaceShip-->
    120141   
    121 <FpsPlayer template = "fps" radarname = "First Person Player" >
     142<FpsPlayer template = "fps" radarname = "First Person Player" position = "0,-9900,0" >
    122143      <attached>
    123144        <DockingTarget name="spaceShip" />
     
    167188
    168189  </Scene>
     190
    169191</Level>
    170192
Note: See TracChangeset for help on using the changeset viewer.