POV-Ray : Newsgroups : povray.newusers : Weird directional issue : Re: Weird directional issue Server Time
25 Apr 2024 12:47:49 EDT (-0400)
  Re: Weird directional issue  
From: Bald Eagle
Date: 13 Jun 2016 23:00:00
Message: <web.575f72e7a5e18f285e7df57c0@news.povray.org>
StephenS <nom### [at] nomailcom> wrote:

> At first glance
> check your camera{ up<x,y,z>} vector
>
> Stephen S

Ah, yes, thanks -
That seems to have been it.

I changed

right     image_width/(2*Fraction)
up  image_height/(2*Fraction)

to

right     x*image_width/(2*Fraction)
up  y*image_height/(2*Fraction)

Looks like it was the ole' vector-promotion issue coupled with "DUH!"


Back on track.   For now.    ;)


Post a reply to this message

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