Hey Norbo, what happened to the collision margin? In BEPU 0.14.0 I used (Radius + CollisionMargin) * 2 to calculate the spheres diameter for drawing, now the collision margin is equal to radius and all spheres are therefore rendered in double size. I found this code in the SphereShape: //This is a c...