|
|
Hi,
my machine is a Athlon 1 GHz, 396 MB RAM, Win98 SE, POV-Ray 3.5 Beta 4.
POV-Ray forgets a line in a image if the rendering is stopped and
continued. The following code was used to show the problem. Just render
the image to the half, stop it and continue until the end. See also the
pictures in povray.beta-test.binaries:
//-- Start of code --/
camera {location <0, 20, 0> look_at <0, 0, 0>}
light_source {<0, 10, 0> color rgb 2}
plane
{
<0, 1, 0>, 0
texture
{
pigment
{
gradient x
pigment_map
{
[0 color rgb 0]
[0.2 color rgb 0]
[0.2 color rgb 1]
[1 color rgb 1]
}
}
rotate <0, 45, 0>
}
}
//-- End of code --//
So long,
Bonsai
Post a reply to this message
|
|