Changeset 9745
- Timestamp:
- Nov 4, 2013, 4:00:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacestationentry/data/levels/dockingToASpaceStation.oxw
r9715 r9745 34 34 ambientlight = "0.8, 0.8, 0.8" 35 35 skybox = "Orxonox/Starbox" 36 negativeWorldRange = "-100000, -100000, -100000" 37 positiveWorldRange = " 100000, 100000, 100000" 38 gravity = "0,0,0" 39 hasPhysics = true 36 40 > 41 37 42 <?lua 38 43 include("includes/pickups.oxi") … … 65 70 </collisionShapes> 66 71 </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 70 89 71 90 <!-- Docking --> … … 102 121 103 122 </Dock> 123 124 104 125 105 126 <!--SpaceShip … … 119 140 </SpaceShip--> 120 141 121 <FpsPlayer template = "fps" radarname = "First Person Player" >142 <FpsPlayer template = "fps" radarname = "First Person Player" position = "0,-9900,0" > 122 143 <attached> 123 144 <DockingTarget name="spaceShip" /> … … 167 188 168 189 </Scene> 190 169 191 </Level> 170 192
Note: See TracChangeset
for help on using the changeset viewer.