POV-Ray : Newsgroups : povray.advanced-users : Camera scaling and focal_blur? : Re: Camera scaling and focal_blur? Server Time
5 May 2024 07:54:15 EDT (-0400)
  Re: Camera scaling and focal_blur?  
From: Bald Eagle
Date: 12 Feb 2018 08:35:00
Message: <web.5a8197ef3abb6b9ec437ac910@news.povray.org>
I think you need to look at it from the perspective of points, or vectors and
how they behave when scaled.

You have your camera position at a non-origin position, and then you scale it.
So it MOVES.
I'd say the same goes with the look_at point.

Try using a vector transform on a "point" and see if the scaling transform on
two vectors defined to be your camera position and look_at points give you
results that make sense.

#declare MyTransform = transform { scale { ... } }
#declare Foo2 = vtransform(Foo1,MyTransform);

from:
http://news.povray.org/povray.newusers/thread/%3Cweb.56d370be14d864ee5e7df57c0%40news.povray.org%3E/?ttop=418731&toff=5
0


Post a reply to this message

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