POV-Ray : Newsgroups : povray.newusers : Re: How to use the sphere camera : Re: How to use the sphere camera Server Time
31 Jul 2024 10:18:28 EDT (-0400)
  Re: How to use the sphere camera  
From: bob h
Date: 23 Feb 2002 21:09:17
Message: <3c784b4d@news.povray.org>
> Fred wrote:
> >
> > Sorry to ask you a question you will certainly think stupid but what are
the
> > parameters to activate the sphere camera in 3.1g ???
> > Does someone made a test ???

If you are asking about the spherical camera which is in both beta 3.5 and
MegaPOV 0.7 the answer should be:

camera {
    spherical
location -z // or other places
look_at +z
    h_angle 360 // the horizontal view in degrees
    v_angle 180
}

bob h


Post a reply to this message

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