POV-Ray : Newsgroups : povray.general : camera : Re: camera Server Time
31 Jul 2024 18:14:41 EDT (-0400)
  Re: camera  
From: Penelope20k
Date: 8 Mar 2007 05:41:36
Message: <45efe860$1@news.povray.org>
camera {
>    location <-3.509800,33.472000,168.360001>
>    up <0,1,0>
>    right <-4/3,0,0>
>    direction <0,0,1>
>    look_at <-11.923838,34.394115,163.035004>
>
> }

in the camera statement ..add angle 90 ..which gives

camera {
    location <-3.509800,33.472000,168.360001>
    look_at <-11.923838,34.394115,163.035004>
    angle 90
/* add the rest if image request it */

> }
















news:web.45ec947b3b1cee0529e876c50@news.povray.org...
> hi,
>
> I'm very new to pov ray, (got it yesterday), and I'm having a little bit
of
> trouble understanding how to position the camera.
>
> I use Anim8or to model everything and setup a scene. Then I use a program
> called ani2pov to convert the scene to .pov format.
>
> Here's my problem: the camera should be set up so that it looks like this:
> http://img402.imageshack.us/img402/986/an8cityva8.jpg
>
> But it ends up looking like this:
> http://img77.imageshack.us/img77/2738/scene01tp6.png
>
> I have no clue how to change the code to re-adjust it. No matter what I
try,
> the camera doesn't seem to move.
>
> Please Help
>
> Kevinaz
>
>


Post a reply to this message

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