Changeset 9070 for code/branches/surfaceRace
- Timestamp:
- Mar 30, 2012, 3:52:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceRace/data/levels/surfaceRace.oxw
r9061 r9070 33 33 34 34 <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > 35 35 <attached> 36 36 <Model position="0,0,0" mesh="testcube.mesh" scale3D="5000,5000,5000" /> 37 37 </attached> … … 40 40 <collisionShapes> 41 41 <BoxCollisionShape position="0,50,0" halfExtents="5000,5000,5000" /> 42 </collisionShapes> 42 </collisionShapes> --> 43 43 44 44 45 <!-- ------------------obere Begrenzung----------------- --> … … 46 47 <BoxCollisionShape position="0,70,0" halfExtents="5000,10,5000" /> 47 48 </collisionShapes> 49 </StaticEntity> 50 51 <!-- -----------------------Zylinder---------------------------- --> 52 <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > 53 <attached> 54 <Model position="1000,5100,1000" mesh="cylinder.mesh" scale3D="1000,1000,1000" /> 55 </attached> 56 48 57 </StaticEntity> 49 58
Note: See TracChangeset
for help on using the changeset viewer.