public static bool Intersects(AABB box1, AABB box2) { return true; //return box1.Bounds.Intersects(box2.Bounds); }