POV-Ray : Newsgroups : povray.general : error ? : Re: error ? Server Time
2 Aug 2024 08:13:42 EDT (-0400)
  Re: error ?  
From: Loki
Date: 7 Dec 2004 15:00:00
Message: <web.41b60ba035561cf441ff36a70@news.povray.org>
You need to include the texture name in a texture block, ie

#declare T_TEST = texture {
  pigment... etc
}

plane {
  y,0
  texture { T_TEST }
}


Post a reply to this message

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