POV-Ray : Newsgroups : povray.newusers : Camera : Re: Camera Server Time
18 Apr 2024 21:39:55 EDT (-0400)
  Re: Camera  
From: emitch27
Date: 30 Jun 2016 14:20:01
Message: <web.577562ac1e5dc6513595d8da0@news.povray.org>
Jaime Vives Piqueres <jai### [at] ignoranciaorg> wrote:

> > So, I have the object and camera positioned perfectly. However, I can
> > only see half of the image. If I take the camera further away from
> > the picture, I can see all of it, but it is too small. I do not want
> > to change the current point of view on the object. How can I look at
> > the rest of it. Or, how can I show more of the image to the left.
> >
>
>    We need more information, or even better, a sample image and/or scene
> code. Right now, I'm not sure what is your exact problem...
>
> --
> jaime

Here is a simpler version of my image. I want to see the whole box, but maintain
this current point of view without increasing the distance from the camera to
the box.


#include "colors.inc"
#include "textures.inc"

camera {
 location < 6, 2, -10>
 look_at <6, 0, 0>

}

light_source {
 <2, 3, -8>
 White

}


background{ Clear }


box {
 <3.7, 0, 2>, <-4, -.3, -2>
 pigment { Gray25 }

}


Post a reply to this message

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