|
|
I am trying to translate a Megpov statement:
#declare f = function{"ridgedmf" <1, 2, 5, 1, 1>}
to a Povray 3.5 statement:
#declare f = function {f_ridged_mf (1,2,5,1,1) }
Povray says "expected operator ( found instead."
Can anyone tell me how to properly translate the function in Povray 3.5?
I'm a match klutz so I'm having trouble with this.
Thank you,
Patrick Dugan
Post a reply to this message
|
|