[Orxonox-commit 4343] r9014 - code/branches/presentation2011/data/levels
smerkli at orxonox.net
smerkli at orxonox.net
Wed Dec 21 09:42:58 CET 2011
Author: smerkli
Date: 2011-12-21 09:42:58 +0100 (Wed, 21 Dec 2011)
New Revision: 9014
Modified:
code/branches/presentation2011/data/levels/asteroidField.oxw
Log:
Scaled up the collision shape for the planet in asteroidFieldTest to match the size of the planet
Modified: code/branches/presentation2011/data/levels/asteroidField.oxw
===================================================================
--- code/branches/presentation2011/data/levels/asteroidField.oxw 2011-12-21 07:13:29 UTC (rev 9013)
+++ code/branches/presentation2011/data/levels/asteroidField.oxw 2011-12-21 08:42:58 UTC (rev 9014)
@@ -85,7 +85,7 @@
<ForceField position="5000,0,0" mode="sphere" diameter="10000" velocity="-50" />
</attached>
<collisionShapes>
- <SphereCollisionShape radius="1000" position="0,0,0" />
+ <SphereCollisionShape radius="5000" position="0,0,0" />
</collisionShapes>
</Planet>
More information about the Orxonox-commit
mailing list