POV-Ray : Newsgroups : povray.general : povray: architecture.. (columns) : Re: povray: architecture.. (columns) Server Time
29 Jul 2024 12:15:59 EDT (-0400)
  Re: povray: architecture.. (columns)  
From: Steve Martin
Date: 22 Dec 1999 06:50:20
Message: <3860BAB8.5073817E@usit.net>
> The following line:
> box {<-5,0,-5><5,1.25,5> texture{T_Render}}
> Returns an error "No matching } in texture, unexpected identifier 'T_Render'
> found instead."

Looks like you're trying to use a texture that has not been defined.
If it is defined in another file, be sure that file is #include'd
in your source file.

I also note that you seem to have a missing comma between the
two corner coordinates. Don't know if that might be confusing
the parser...


Post a reply to this message

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