Reverse painters algorithm is still painters algorithm. You trade off the cost of a full screen clear before the frame, in return for eliminating overdraw
You could avoid a full screen clear by using the y-buffer to draw in sky segments after rendering terrain.
You could avoid a full screen clear by using the y-buffer to draw in sky segments after rendering terrain.