POV-Ray : Newsgroups : povray.beta-test : Beta 31: Crackle problem : Re: Beta 31: Crackle problem Server Time
28 Jul 2024 12:26:52 EDT (-0400)
  Re: Beta 31: Crackle problem  
From: stbenge
Date: 2 Mar 2009 13:00:15
Message: <49ac1eaf@news.povray.org>
Carlo C. wrote:
> file tested: crackle1.pov (in 3.7 include textures/patterns)
> 
> Artefacts vary chaotically under the parameters of the pigment/normal.

I have run into these artifacts as well. I'm using beta 30. Here's some 
more code:

camera{
  orthographic
  location y*10
  look_at 0
  right x up y
}

plane{
  y,0
  pigment{crackle scale .05}
  finish{ambient 1}
}

I suppose I should have written a bug report. Thanks Carlos ;)

Sam


Post a reply to this message

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