POV-Ray : Newsgroups : povray.programming : No matching } ??? : Re: No matching } ??? Server Time
28 Jul 2024 10:19:39 EDT (-0400)
  Re: No matching } ???  
From: Christoph Hormann
Date: 7 May 2002 09:51:47
Message: <3CD7DBF4.B72F1583@gmx.de>
Wim Godden wrote:
> 
> I just converted a dxf file to a pov file and when I try to run it, I
> get :
> error : No matching }in texture, color found instead.
> 
> and the cursor moves to the word color below. Any suggestions ?
> 
>   object {
>     triangle { <-15296.434696 -9946.807743 3759.210205> <-14578.014218
> -10665.228220 3759.210205> <-14506.172171 -10593.386172 3759.210205> }
>     texture { Dull
>       color red 0.603175 green 0.523810 blue 0.301587
>     }
>   }

First of all this is the wrong group for such questions, better ask in
povray.general or povray.new-users.

Then your texture does not make sense.  Either write

texture {
  pigment { color red 0.603175 green 0.523810 blue 0.301587 }
}

or

texture {
  Dull
}

if you previously declared a texture named 'Dull'.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 05 May. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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