|
|
> To union functions, use the boolean OR operator(|) between the functions.
> To make them blob together, you have to make them into density
> functions, try using min and max to clamp the values into a specific
> range. Here is a useful function for doing this:
>
> #declare clamp = function {min(y, max(x, z))}
> clamp(value, minimum, maximum)
> Clamps the value to the range [minimum, maximum]. Can only be used in
> isosurface functions and function pigments.
Thanks for the info.
> But really, this is what the isoblob object was designed for, why not
> use it? It is included in MegaPOV.
Because I like to experiment with the math, I find it interesting. I learn ten
times more on my own than I ever do in school.
--
David http://thunder.prohosting.com/~davidf (ICQ 55354965)
"The paper holds their folded faces to the floor" -Pink Floyd
Post a reply to this message
|
|