|
|
In article <web.3f985bab982f6de9f868cbfe0@news.povray.org>,
"timothy76" <tim### [at] freemailhu> wrote:
> Thanks for the quick answer! :)
> I've checked that this is works well:
>
> camera {
> location ...
> look_at ...
> right <-4/3,0,0>
You could also do this:
right <-image_width/image_height, 0, 0>
That way, the image renders with the proper aspect ratio even when you
change the image dimensions.
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|