pub fn check_collision_spheres( center1: Vector3, radius1: f32, center2: Vector3, radius2: f32, ) -> bool
Check collision between two spheres