|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
There's some large square artifacts using the crackle pattern
in beta 29. It seems to disapear at some scales...
camera {
location <0.0, 0.5, -4.0>
direction 1.5*z
right x*image_width/image_height
look_at <0.0, 0.0, 0.0>
}
light_source {
<-30, 30, -30>
color rgb <1, 1, 1>
}
sphere {
0,1
pigment{
crackle
scale 0.1
}
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tim Attwood wrote:
> There's some large square artifacts using the crackle pattern
> in beta 29. It seems to disapear at some scales...
was this in beta 28? I applied a work-around to a crackle issue in beta 29 which
involves reverting to our old crackle cache seed generator. if this is not
behaving as expected, some areas could be mistakenly retrieved from the cache
when they should be re-calculated.
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Chris Cason" <del### [at] deletethistoopovrayorg> wrote in
message news:48f27708@news.povray.org...
> Tim Attwood wrote:
>> There's some large square artifacts using the crackle pattern
>> in beta 29. It seems to disapear at some scales...
>
> was this in beta 28? I applied a work-around to a crackle issue in beta 29
> which
> involves reverting to our old crackle cache seed generator. if this is not
> behaving as expected, some areas could be mistakenly retrieved from the
> cache
> when they should be re-calculated.
In 29...
Version 3.7.0.beta.29.msvc8.win32 with XP.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tim Attwood wrote:
> In 29...
> Version 3.7.0.beta.29.msvc8.win32 with XP.
I was just asking if the artifacts are also visible in 28.
I'll check it myself when I get home, can't do it from here.
-- Chris
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Cason <del### [at] deletethistoopovrayorg> wrote:
> Tim Attwood wrote:
> > There's some large square artifacts using the crackle pattern
> > in beta 29. It seems to disapear at some scales...
>
> was this in beta 28? I applied a work-around to a crackle issue in beta 29 which
> involves reverting to our old crackle cache seed generator. if this is not
> behaving as expected, some areas could be mistakenly retrieved from the cache
> when they should be re-calculated.
>
> -- Chris
Beta 28 is OK, no artifacts.
Regards
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le Mon, 13 Oct 2008 12:37:47 +1100, Chris Cason a modifié des petits
morceaux de l'univers pour nous faire lire :
> Tim Attwood wrote:
>> In 29...
>> Version 3.7.0.beta.29.msvc8.win32 with XP.
>
> I was just asking if the artifacts are also visible in 28.
>
> I'll check it myself when I get home, can't do it from here.
>
> -- Chris
Save your time, thanks to 29 source available: no artefact in 28.
It's a new 'feature' of 29.
Carlo C posted it in the other branch... too.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |