POV-Ray : Newsgroups : povray.general : Questions about panoramic cameras and other stuff. : Re: Questions about panoramic cameras and other stuff. Server Time
5 Aug 2024 20:19:17 EDT (-0400)
  Re: Questions about panoramic cameras and other stuff.  
From: Peter Popov
Date: 3 Aug 2002 00:11:13
Message: <imlmku4ua772n4nu6r85s7vmnhetpmggcs@4ax.com>
Mike,

there have been substantial changes to the camera code in 3.5 to
eliminate any dependence on the order of keywords. The only
requirement is that camera type goes first.

That said, you should not use (angle) and (up or right or direction)
in the same camera statement. Since now camera keywords act
simultaneously, and not in order, you should not use keywords which
override each other.

If you want old-style camera behavior, set #version 3.1; before the
camera block:

#version 3.1;
camera { ... camera parameters ... }
#version 3.5;

Hope this helps.


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

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