POV-Ray : Newsgroups : povray.advanced-users : Pixel coords? : Re: Pixel coords? Server Time
29 Jul 2024 08:13:55 EDT (-0400)
  Re: Pixel coords?  
From: Hugo
Date: 2 Sep 2002 08:42:34
Message: <3d735cba@news.povray.org>
> You have the right and up vectors of the camera and the image_width
> and image_height constants.  This should be enough to calculate the
> position.

Thanks! I solved it with the "right" vector and I had to try different
angles.
Apparently this works:

camera {
   orthographic
   right 1*x
   location -1*z
   look_at 0
   angle 90
}

Thanks for the quick help.

Regards,
Hugo


Post a reply to this message

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