POV-Ray : Newsgroups : povray.beta-test : Bug after continuing render job Server Time
30 Jul 2024 20:25:13 EDT (-0400)
  Bug after continuing render job (Message 1 to 2 of 2)  
From: Bonsai
Subject: Bug after continuing render job
Date: 24 Sep 2001 18:15:56
Message: <3BAFB0DA.48708DB8@b0n541.net>
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

From: Chris Cason
Subject: Re: Bug after continuing render job
Date: 25 Sep 2001 08:31:24
Message: <3bb0791c@news.povray.org>
This is fixed now.

thanks,

-- Chris


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.