POV-Ray : Newsgroups : povray.general : Panoramic camera Server Time
8 Aug 2024 12:18:52 EDT (-0400)
  Panoramic camera (Message 1 to 8 of 8)  
From: Jonathan Hunt
Subject: Panoramic camera
Date: 17 Jan 2001 18:17:25
Message: <3a662805@news.povray.org>
Hi,

I'm trying to use a panoramic camera...

camera {
  panoramic
  angle 360
  location <0.12, 0.05, -1.4>
  look_at <0.12, 1.05, -1.4>
}

...but no matter what I set 'angle' to, it doesn't seem to have any
affect on the image produced.  I'm trying to set it to 360, but it
looks more like 180, or maybe even less.

Can you not change the FOV on the panoramic camera?  Or am I just
doing something stupid?

Hope someone can help.

Cheers,

--
Jonathan Hunt
jon### [at] xlcuscouk


Post a reply to this message

From: Chris Colefax
Subject: Re: Panoramic camera
Date: 17 Jan 2001 19:12:02
Message: <3a6634d2@news.povray.org>
Jonathan Hunt <jon### [at] xlcuscouk> wrote:
> I'm trying to use a panoramic camera...
>
> camera {
>   panoramic
>   angle 360
>   location <0.12, 0.05, -1.4>
>   look_at <0.12, 1.05, -1.4>
> }
>
> ...but no matter what I set 'angle' to, it doesn't seem to have any
> affect on the image produced.  I'm trying to set it to 360, but it
> looks more like 180, or maybe even less.
>
> Can you not change the FOV on the panoramic camera?  Or am I just
> doing something stupid?

There is a known bug in the panoramic camera code (or a problem with the
docs) - either way, you can't render angles larger than 180 degrees.  If you
want a projection that renders the entire scene in one image, you could use
the spherical camera available in MegaPOV
(http://nathan.kopp.com/patched.htm), or render two 180 degree views using
the panoramic camera (facing in opposite directions) and stitch them
horizontally together.


Post a reply to this message

From: Margus Ramst
Subject: Re: Panoramic camera
Date: 17 Jan 2001 19:43:04
Message: <3A663C70.DDEB73A@peak.edu.ee>
Jonathan Hunt wrote:

[snip]
> 
> ...but no matter what I set 'angle' to, it doesn't seem to have any
> affect on the image produced.  I'm trying to set it to 360, but it
> looks more like 180, or maybe even less.
> 

Aside from what Chris said, with panoramic projection the "angle" keyword must
be the first thing in the camera block in order to have an effect; otherwise the
default angle is used.

-- 
Margus Ramst

Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg
Home page http://www.hot.ee/margusrt


Post a reply to this message

From: Gilles Tran
Subject: Re: Panoramic camera
Date: 18 Jan 2001 04:17:25
Message: <3A66B477.85D193D5@inapg.inra.fr>
Jonathan Hunt wrote:

> Hope someone can help.
>

If you're interested, Ib Rasmussen wrote a small tutorial about 360
degrees pics.
http://home4.inet.tele.dk/ibras/hbg57.htm

G.

--

**********************
http://www.oyonale.com
**********************
Graphic experiments
Pov-ray gallery


Post a reply to this message

From: Jonathan Hunt
Subject: Re: Panoramic camera
Date: 20 Jan 2001 17:08:41
Message: <3a6a0c69$1@news.povray.org>
Hi,

Thanks for all the help guys.  I ended up rendering using a fisheye
camera set to 360 degrees, and using Helmut Dersch's panorama tools
to do the conversion to equirectangular projection. Similar to
Ib Rasmussen's method, but without the need for two renders or any
stitching. (Rasmussen did two renders at 180 degrees)

The results can be seen on my povray page (http://www.xlcus.co.uk/povray/)

Alien Island...
http://www.xlcus.co.uk/povray/island/pan.html

Julia...
http://www.xlcus.co.uk/povray/julia/pan.html


Cheers,

--
Jonathan Hunt
http://www.xlcus.co.uk/


Post a reply to this message

From: David Fontaine
Subject: Re: Panoramic camera
Date: 20 Jan 2001 19:18:55
Message: <3A6A29AE.9DD9A4A7@faricy.net>
Jonathan Hunt wrote:

> Alien Island...
> http://www.xlcus.co.uk/povray/island/pan.html
>
> Julia...
> http://www.xlcus.co.uk/povray/julia/pan.html

These are cool, especially the iridescent dodecahedron in Alien Island.

--
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: Brian Knecht
Subject: Re: Panoramic camera
Date: 24 Jan 2001 00:41:19
Message: <3a6e6aff@news.povray.org>
I thought I had seen the scene from Alien Island somewhere else. Then it hit
me, an older game called 'the Dig' by Sierra On-line. The only things
missing are the light bridges. Great job.

Jonathan Hunt wrote...
> Hi,
>
> Thanks for all the help guys.  I ended up rendering using a fisheye
> camera set to 360 degrees, and using Helmut Dersch's panorama tools
> to do the conversion to equirectangular projection. Similar to
> Ib Rasmussen's method, but without the need for two renders or any
> stitching. (Rasmussen did two renders at 180 degrees)
>
> The results can be seen on my povray page (http://www.xlcus.co.uk/povray/)
>
> Alien Island...
> http://www.xlcus.co.uk/povray/island/pan.html
>
> Julia...
> http://www.xlcus.co.uk/povray/julia/pan.html
>
>
> Cheers,
>
> --
> Jonathan Hunt
> http://www.xlcus.co.uk/
>
>
>


Post a reply to this message

From: Jonathan Hunt
Subject: Re: Panoramic camera
Date: 24 Jan 2001 16:19:27
Message: <3a6f46df$1@news.povray.org>
"Brian Knecht" wrote in message news:3a6e6aff@news.povray.org...
> I thought I had seen the scene from Alien Island somewhere else.
> Then it hit me, an older game called 'the Dig'

Yep.  The dig was excelent.  One of my favourite games.  I just had
to do a render in tribute.

> The only things missing are the light bridges.

I did have a go, but I could never get them looking as good as I
wanted, so in the end I just left them out.

> Great job.

Thanks :)

--
Jonathan Hunt
http://www.xlcus.co.uk/povray/


Post a reply to this message

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