Quick fix, put only MaxDist=600 to your groups called lod1 and lod2. It cured the problem at least in my OE.
Since you already have the min and max dist definitions in your objects, you dont need them in the groups. Only use a big enough MaxDist for the groups.
Also, You could actually have all your obj:s in teh same group (str0).
E.g. like this:
group str0
obj rect0
obj rect1
obj disk1
obj rect2
obj disk2
If you have exactly same polygons in rect1 and rect2, you could instead let the rect1 polygons ALSO be visible together with rect2 polygons.
rect1 max=3000 (no min definition)
rect2 min=800 max=3000