POV-Ray : Newsgroups : povray.newusers : how to create an equirectangular image : Re: how to create an equirectangular image Server Time
30 Jul 2024 00:20:14 EDT (-0400)
  Re: how to create an equirectangular image  
From: johnmott59
Date: 9 Jan 2005 00:50:00
Message: <web.41e0c567ad2ef36e48e7f6db0@news.povray.org>
Thank, that got it. I had to specify it like this to get it working the way
i expected, where the middle of the image is the horizon, the top is
looking straight up and the bottom is looking straight down.

camera {
  spherical
  location <1,1,8>      // position
  look_at  <0,0,8>      // view
   sky       <    0.00000,     0.00000,     1.00000>
   up        <        0.0,        1,         0.0>
  angle 360             // horizontal degrees
}

kurtz le pirate <kur### [at] yahoofr> wrote:

> >>JM
>
> a beginning of answer :
>   camera {
>     spherical
>     location <0, 0, 0>
>     right -x
>     angle 360, 180
>     look_at <...>
>     }
>
>   then set the size of the output image to 1/2 -> +W1024 +H512
>
>
>   hope this help!
>   klp


Post a reply to this message

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