|
|
Hi!
I think there is a bug in POV-Ray 3.1 for Windows. If I run the scene
below, I get an "unexpected end of file" error. If I write anything
UNDER the #end statement, it works fine.
camera{location-5*z look_at 0}
#declare RedOn=true;
#if (RedOn)
#sphere{0 1 pigment{rgb<1,1,1>}finish{ambient 1}}
#end
Post a reply to this message
|
|
|
|
On Sat, 07 Nov 1998 02:45:03 GMT, Seb### [at] Stb-Citynetde (Sebastian
Breier) wrote:
>Hi!
>
>I think there is a bug in POV-Ray 3.1 for Windows. If I run the scene
>below, I get an "unexpected end of file" error. If I write anything
>UNDER the #end statement, it works fine.
Put a blank line after the #end statement and it'll work, too. I
think even a space after the #end statement will work. POV isn't too
good about dealing with files ending while it's trying to parse a
token.
Post a reply to this message
|
|