POV-Ray : Newsgroups : povray.binaries.images : Ignorant question re: noise (5kbbu) : Re: Ignorant question re: noise (5kbbu) Server Time
3 Oct 2024 15:12:39 EDT (-0400)
  Re: Ignorant question re: noise (5kbbu)  
From: Chris Huff
Date: 7 Jan 2000 08:55:28
Message: <chrishuff_99-025418.08553807012000@news.povray.org>
In article <3875ec85@news.povray.org>, ron### [at] povrayorg wrote:

> My guess is 1.  I don't think noise3d suffers from the same problems
> as bozo and other patterns.  Try making your bounding box larger.

Actually, it does, but it doesn't show up in most images because the 
flat area is in the center of the blobs formed. This simple isosurface 
demonstrates the problem:
isosurface {
   function {y - noise3d(x*2, 0, z*2)*0.33}
   eval
   max_gradient 1.1
   threshold 0
   bounded_by {box {<-2,-2,-2>, < 2, 2, 2>}}
   accuracy 0.001
   texture {
      pigment {color rgb < 0.095, 0.45, 0.2>}
   }
}

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

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