|
|
In article <38782A30.6B7528A1@pacbell.net>, lin### [at] povrayorg
wrote:
> Yet another Isosurface object. I particularly like the ornamental look
> of this one and thus the reason I am sharing it with you.
Try it as an isosurface pigment:
sphere {< 0, 0, 0>, 1
texture {
pigment {function { tan(tan(x^2)+tan(y^2)+tan(z^2)-1)}
frequency 0.1
color_map {
[0 color Black]
[1 color White]
}
scale 1/3
}
}
}
It just needs a more interesting color_map. :-)
--
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|