POV-Ray : Newsgroups : povray.general : orthographic camera 3.5 beta 10 : Re: orthographic camera 3.5 beta 10 Server Time
6 Aug 2024 21:33:51 EDT (-0400)
  Re: orthographic camera 3.5 beta 10  
From:
Date: 15 Jan 2002 08:43:06
Message: <q8c84u8jfk0cer5lv0pmpotvt7urf5bbi5@4ax.com>
On Tue, 15 Jan 2002 14:33:06 +0100, Herman Serras <Her### [at] pandorabe>
wrote:
> I often use "orthographic" in the camera definition. In the latest
> release beta 10 this results in an error: Parse error: Expected
> 'camera-modifier', orthographic found instead.
> In the help I don't find anything about this change.

Below is parsed ok:

camera{orthographic up y}

but below returns your message

camera{up y orthographic}

For me it is expected behaviour becous documentation says in 6.4.2 : "In general
the CAMERA_TYPE should be the first item in a camera statement."

If you want old behaviour just change version befor and after camera definition.
Below works fine:

#version 3.1;
camera{up y orthographic}
#version 3.5;

ABX


Post a reply to this message

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