POV-Ray : Newsgroups : povray.general : Why doesn't this work (some #declare stuff) : Re: Why doesn't this work (some #declare stuff) Server Time
10 Aug 2024 21:06:28 EDT (-0400)
  Re: Why doesn't this work (some #declare stuff)  
From: Robert Chaffe
Date: 30 Oct 1999 12:16:03
Message: <381b19c3@news.povray.org>
Missing curly brace, perhaps?

Replace the following declaration:

        #declare screen_text = texture {pigment {White} finish {diffuse 0.3
reflection 0.3 specular 0.7}

with this one:

        #declare screen_text = texture {pigment {White} finish {diffuse 0.3
reflection 0.3 specular 0.7}   }

(Note the last curly brace to close the texture block.)

rc


Post a reply to this message

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