private void Cull(Cullable c)
        {
            var pos = c.transform.position;

            c.SetCullEnabled(EnabledAt(c, pos));
        }