POV-Ray : Newsgroups : povray.binaries.images : Four Dimensional Noise - now repeatable : Re: Four Dimensional Noise - now repeatable Server Time
14 Aug 2024 20:23:26 EDT (-0400)
  Re: Four Dimensional Noise - now repeatable  
From: Slime
Date: 9 Oct 2002 13:20:31
Message: <3da4655f@news.povray.org>
> Or is it only useful for animations?

After thinking about this a bit, I realize that there are occasional
instances where it's useful to have 4D noise in a still image. Mainly, you
might be creating a function which relies on the random noise function
twice. It needs two similar random noise functions, but they can't be
identical. (Perhaps you're creating a 3D vector with 3 functions, one for x,
one for y, one for z, which you normalize. Perhaps you're simulating
turbulence somehow. Maybe you just want to see what noise1() + noise2()
turns out to be.) By taking different slices of the 4D noise function, you
can get these two similar noise functions that aren't identical.

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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