POV-Ray : Newsgroups : povray.newusers : pigment type : Re: pigment type Server Time
6 Sep 2024 02:21:12 EDT (-0400)
  Re: pigment type  
From: Tomas Plachetka
Date: 20 Sep 1999 08:51:52
Message: <37E62DB7.599FF36E@uni-paderborn.de>
Sander wrote:
> 
> Hello Ken,
> You are quick!
> I hope this isn't too large.
> I get 3 times the message "No pigment type given."
> It must be in the material "Kolom_M", but I don't see it.
> Thanks for your answers!
> Sander

hi,

i'm using an older version of pov-ray (3.02) in
which "material" did not exist. i removed in your 
source the "material" blocks from the #declares 
and replaced "material" with "texture" where the 
material was used.
i got 0 warnings and 0 errors.

	y.

> ////////////////////////////////////////////////////////////////////////////
> ////////
> #include "colors.inc"
> 
> #declare Kolom_M =
>   material{
>     texture{
>       finish{
>         reflection 0.1
>         diffuse 0.09
>         specular 0.2
>         roughness 1/2
>         ambient 0.15
>         phong 0.1
>       }
>       pigment{color <0.8,0.8,0.6>}
>     }
>   }

<snip>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.