|
 |
In article <3d90826b@news.povray.org>, "Tom Melly" <tom### [at] tomandlu co uk>
wrote:
> Your restraint is commendable ;) - an iso-surface that looks like the surface
> of a brain?
Try messing around with functions using abs(). This:
function {pow(abs(f_noise(x, y, z)*2 - 1), 0.5)}
should be a good start. The noise function is usually "rounded" on each
"side" of 0.5, this adjusts the range to make the lower half negative
and then "folds" the negative part back to positive, making a bumpy,
creased effect. The pow() function adjusts the falloff. Watch out for
grid artifacts though
--
Christopher James Huff <cja### [at] earthlink net>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tag povray org
http://tag.povray.org/
Post a reply to this message
|
 |