POV-Ray : Newsgroups : povray.general : Syntax Question in 3.1b5 : Re: Syntax Question in 3.1b5 Server Time
29 Jul 2024 12:24:16 EDT (-0400)
  Re: Syntax Question in 3.1b5  
From: Ron Parker
Date: 11 Aug 1998 18:23:23
Message: <35d0b64b.0@news.povray.org>
On Tue, 11 Aug 1998 11:12:04 -0800, Josh English
        <eng### [at] spiritonecom> wrote:
>I've installed POV 3.1b5 on my Windows 95 machine, and I'm running into
>another syntax problem.
>When I render this code :
>
>camera { location <0.5,0.4,-4>
>               right 4/3*x
>               direction 1*z
>               look_at <0,0,0> }
>
>I get a warning :
>
>"All #version and #declare of float, vector, and color require
>semi-colon ':' at end. "
>
>on the same line as the 'location' keyword.

Is there a #version or #declare on the last nonblank line before the
camera?  Look there for the problem.


Post a reply to this message

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