|
|
"Steely" <rob### [at] hamburgde> wrote in message
news:pan### [at] hamburgde...
|
| Do I expect too much from this feature (pigment functions)?
| Or is there some "magic thing" for working with it, and I
| didn't found it?
The power comes when you combine two or more function pigments or a
function pigment along with float functions together.
a simple example:
#local f_bozo=function{
pigment{
bozo
}
}
#local f_bozo2=function{
f_bozo(sin(x),y*x,cos(z)).gray
}
#local Pig = pigment{
function{
f_bozo2(x,y,z)
}
scale .1
}
<insert (menu) the orthographic camera scene and apply this pigment to
the box to see it>
-Shay
Post a reply to this message
|
|