[Orxonox-commit 7795] r12387 - code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles

pomselj at orxonox.net pomselj at orxonox.net
Thu May 16 16:18:13 CEST 2019


Author: pomselj
Date: 2019-05-16 16:18:12 +0200 (Thu, 16 May 2019)
New Revision: 12387

Modified:
   code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc
Log:
new, smaller CollisionShape for Projectiles

Modified: code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc
===================================================================
--- code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc	2019-05-16 14:16:21 UTC (rev 12386)
+++ code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc	2019-05-16 14:18:12 UTC (rev 12387)
@@ -58,6 +58,7 @@
         this->fieldWidth_ = 46;
         this->fieldHeight_ =  49;
         this->orxoblox_ = this->getOrxoBlox();
+        this->setCollisionShapeRadius(2.5);
 
         //setEffect("Orxonox/sparks2");
     }



More information about the Orxonox-commit mailing list