The following scene file gives a black screen. IMHO it should give a
green screen. This bug/feature caused me considerable headaches 'till I
figured it out. Consider for example the difference when the distance
is 1e-6.
fog {
distance 0
// distance 1e-6
color rgb<0.3, 0.5, 0.2>
}