|
|
In article <3cb13506@news.povray.org>,
"Corey Woodworth" <cdw### [at] mpinetnet> wrote:
> and then this in some object:
>
> texture {
> pigment {
> fun
> color_map {
> [0 color White]
> [1 color Black]
> }
> }
>
> it keeps stopping between fun and color_map saying no matching } in pigment
> vector function identifier found instad.
You want "pigment {function {fun(x, y, z)} ...}"...function names were
never useable directly as pattern identifiers, though that would be a
nice shortcut sometimes...
--
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/
Post a reply to this message
|
|