POV-Ray : Newsgroups : povray.general : Parse Error: No matching } in 'pigment', string identifier found instead : Re: Parse Error: No matching } in 'pigment', string identifier found instead Server Time
25 Apr 2024 15:24:14 EDT (-0400)
  Re: Parse Error: No matching } in 'pigment', string identifier found instead  
From: Slime
Date: 2 Feb 2009 03:07:22
Message: <4986a9ba@news.povray.org>
> #macro CAP_SMD_CHIP_GRND(L,W,T,K)
> union{
> superellipsoid{<0.25-(L+W)/150, 0.25-(L+W)/150> pigment{color_sub}
...
> }
> #end

This macro uses the identifier "color_sub", but it hasn't been passed into 
the macro as an argument, and it hasn't been #define'd or #local'd.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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