POV-Ray : Newsgroups : povray.general : camera transforms with focal blur : Re: camera transforms with focal blur Server Time
4 Aug 2024 12:13:42 EDT (-0400)
  Re: camera transforms with focal blur  
From: ABX
Date: 15 May 2003 10:41:45
Message: <nb97cv06dsgr571mef7fb6iaanth3hhq3u@4ax.com>
On Thu, 15 May 2003 09:09:42 -0400, "Greg M. Johnson" <gregj:-)565### [at] aolcom>
wrote:
> I had a scene file where focal blur did not behave as I expected after a
> camera transform.
>
> camera{
>   location -z look_at 0
>   transform{Gregs_camera_transform}
> }
>
> Where Gregs_camera_transform is a function of  splines which determine look
> at & position as a function of clock.  It needs to be a transform because
> I'm using the same transform on my captions.

If it is a transform than you can just use

 camera{
   location -z look_at vtransform(<0,0,0>,Gregs_camera_transform)
 }

> Then I tried to add focal blur and did not get at all what I expected.
> Could someone who understands how the camera works tell me exactly how you'd
> add focal blur to the above syntax?

I have no idea what your transformation is exactly but it can be important that
(what I see in sources) transformation is not applied to focal_blur parameters.
Perhaps transformation should be also added to normal of camera.

ABX


Post a reply to this message

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