POV-Ray : Newsgroups : povray.general : 3d noise in superpatch patterns? : Re: 3d noise in superpatch patterns? Server Time
11 Aug 2024 01:23:36 EDT (-0400)
  Re: 3d noise in superpatch patterns?  
From: TonyB
Date: 28 Sep 1999 20:31:33
Message: <37f15de5@news.povray.org>
Perhaps you refer to noise3d()? Maybe it can be used like this:

#declare Bozo = function {pigment {bozo color_map {[0 rgb 0][1 rgb 1]}}}

box {5,-5 pigment {function {Bozo(x,y,z)+noise3d(x,y,z)}}}    ? Haven't
tried it yet, I'm just asuming.


Post a reply to this message

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