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
|