POV-Ray : Newsgroups : povray.binaries.images : Focal blur incorrect : Re: Focal blur incorrect Server Time
2 Jul 2024 23:25:17 EDT (-0400)
  Re: Focal blur incorrect  
From: LanuHum
Date: 10 Jul 2015 13:35:01
Message: <web.55a00119274310997a3e03fe0@news.povray.org>
Problem.
The camera in the Blender has no look_at parameter.
Therefore from a matrix take the parameters "rotate", "translate".
All this well works, if not Blur.
For Blur it is necessary to enter the translate parameter into "location", and
to remove with "rotate".
But, how to calculate the look_at parameter????

image 1
camera {
    perspective
    location  <0, 0, 0>
    look_at  <0, 0, -1>
    right <-1.7777777777777777, 0, 0>
    up <0, 1, 0>
    angle  49.134343
    rotate  <-21.713552, 91.172234, 0.000124>
    translate <27.149088, 10.813705, -0.555530>
    blur_samples 25, 100
    aperture 0.04
    confidence 0
    variance 1
    focal_point <0,0,0>
}

image 2
camera {
    perspective
    location  <27.149088, 10.813705, -0.555530>
    look_at  <0, 0, -1>
    right <-1.7777777777777777, 0, 0>
    up <0, 1, 0>
    angle  49.134343
    blur_samples 25, 100
    aperture 4
    confidence 0
    variance 1
    focal_point <0,0,0>
}


Post a reply to this message


Attachments:
Download 'blur.jpg' (13 KB)

Preview of image 'blur.jpg'
blur.jpg


 

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