|
|
3.5.beta.RC5 win32 (.msvc)
Win98SE, 160 Mb, Celeron 500.
There seems to be an unwanted feature in pov 3.0, 3.1 and 3.5 where
checker and ramp_wave or poly_wave (as used below) do not behave as
expected. I would expect the default pigment to be ignored here and
not affect the box. Docs 6.7.12.3 don't seem to mention anything that
would give a clue.
Alf
---%<---
camera{ location <-3, 3,-5> look_at 0 }
light_source {<-50, 50, -100> 1 }
// OK without this line:
#default{ pigment{ checker } }
box{ -2, 2
pigment{
wood
color_map{[0 rgb 0][1 rgb 1]}
ramp_wave // Disable this to clear problem.
}
}
Post a reply to this message
|
|