|
|
"J Tellings" <jte### [at] chellonl> wrote in message
news:3E9### [at] chellonl...
>
> I have a question about the hf_square macro. Can anyone give an example
> of the "function"-paramater? I don't know what sort of function I have
> to give.
Anything that can be a function elsewhere in POV-Ray, such as an equation
like (2+sin(x*3))*(1+cos(z*2))/5. Or a predeclared function, such as those
found in functions.inc.
object {
HF_Square(
function {f_noise3d(x,y,z)}, // example
0,0,<100,100>,0,"",<-10,-1,-10>,<10,0,10>
)
pigment {rgb<1,0,0>}
}
Bob H.
Post a reply to this message
|
|