pub fn gpu_sphere_sphere_overlap( c1: [f32; 3], r1: f32, c2: [f32; 3], r2: f32, ) -> bool
Test whether two spheres overlap (or touch).
Returns true when the distance between centres is ≤ r1 + r2.
true
r1 + r2