Changeset 9174
- Timestamp:
- May 11, 2012, 4:03:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceRace/data/levels/surfaceRace.oxw
r9171 r9174 331 331 332 332 </StaticEntity> 333 334 <!-- ------------------Cube between gate 4 and 5----------------- --> 335 <StaticEntity position="4465,8050,-500" direction="0,0,0" scale="1" collisionType=static mass=100000 friction=0.01 > 336 <attached> 337 <Model position="0,0,0" mesh="blackcube.mesh" scale3D="450,600,50" /> 338 <!-- 339 <Model position="0,0,0" mesh="testcube.mesh" scale3D="450,600,50" /> 340 --> 341 342 </attached> 343 344 345 <collisionShapes> 346 347 348 <BoxCollisionShape position="0,0,0" halfExtents="450,600,50" /> 349 350 </collisionShapes> 351 352 </StaticEntity> 353 354 <StaticEntity position="3535,8050,-500" direction="0,0,0" scale="1" collisionType=static mass=100000 friction=0.01 > 355 <attached> 356 <Model position="0,0,0" mesh="blackcube.mesh" scale3D="450,600,50" /> 357 <!-- 358 <Model position="0,0,0" mesh="testcube.mesh" scale3D="450,600,50" /> 359 --> 360 361 </attached> 362 363 364 <collisionShapes> 365 366 367 <BoxCollisionShape position="0,0,0" halfExtents="450,600,50" /> 368 369 </collisionShapes> 370 371 </StaticEntity> 372 373 333 374 334 375
Note: See TracChangeset
for help on using the changeset viewer.