|
|
Am 12.02.2018 um 06:59 schrieb Mike Horvath:
> See thread:
>
>
http://news.povray.org/povray.advanced-users/thread/%3C5a7f9271%241%40news.povray.org%3E/
>
>
>
> I think it would be more intuitive than the current behavior if
> focal_point were to scale along with the rest of the camera. E.g., if
> the original focal_point is <3,4,5>, then scaling the camera by 3 should
> move the focal_point to <9,12,15>. The current existing behavior is a
> bit weird IMO.
I agree.
We should also consider scaling the aperture size along the way.
Maybe all depending on the order in which camera statements are done. E.g.
camera_location <0,0,0>
focal_point <1,2,3>
scale 2
aperture 10
should scale the focal point but not the aperture size.
Just brainstorming here ATM.
Post a reply to this message
|
|