POV-Ray : Newsgroups : povray.advanced-users : Blurred reflections : Re: Blurred reflections Server Time
29 Apr 2024 07:32:22 EDT (-0400)
  Re: Blurred reflections  
From: Mike Horvath
Date: 10 Feb 2018 15:59:26
Message: <5a7f5d2e$1@news.povray.org>
On 2/8/2018 4:09 PM, Alain wrote:
> Le 18-02-08 à 00:11, Mike Horvath a écrit :
>> So, all I have to do is add a tiny focal blur?
>>
>>
>> Mike
> 
> It's an option.
> You also can use antiliasing, possibly with some tewaking, like going 
> from the defaul recussion level of 3 to 4. Adding +r4 on the command 
> line will do the trick.
> 

Okay, I added some focal blur.

camera
{
	perspective
	up		Camera_Up
	right		Camera_Right
	location	Camera_Location
	direction	Camera_Direction
	focal_point 	Camera_LookAt
	aperture	4
	blur_samples	20
	transform {Camera_Transform}
}

But I don't see any difference in the object reflections like there is 
in UberPOV.


Mike


Post a reply to this message

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