|
 |
hi,
"GioSeregni" <gms### [at] hotmail com> wrote:
> ...
> #declare GOLDDARK = material{
> pigment{rgb<0.81, 0.71, 0.23>}
> finish{diffuse 0.5 ambient 0 specular 1 metallic roughness 0.01
> reflection{0.6 metallic}
> }
> }// This is a metal.
>
> I get:
> Parse Error: No matching } in 'material', pigment found instead
> Render failed
POV-Ray is looking for a 'texture{}' to wrap the pigment and finish, see:
<https://wiki.povray.org/content/Reference:Material>. hth.
regards, jr.
Post a reply to this message
|
 |