POV-Ray : Newsgroups : povray.advanced-users : Odd antialiasing behaviour : Re: Odd antialiasing behaviour Server Time
29 Jul 2024 18:16:19 EDT (-0400)
  Re: Odd antialiasing behaviour  
From: Micha Riser
Date: 2 Apr 2002 17:24:12
Message: <3caa2f8b@news.povray.org>
Kari Kivisalo wrote:

> _Light_Beam_ wrote:
>> 
>> So ! what is, for most power-user, the best antialiasing setting for the
>> final render ?
> 
> I like this:
> 
> Render at 300% resolution +am1 +a0.1 +r5 +j20
> and bicubic resample to final size.
> 

Can you try this scene?:

camera{
location<0,0,-20>
look_at 0
angle 40
}

sphere{0,5 
pigment{
gradient y
pigment_map{
[0 rgb 0.5]
[0.5 rgb .5]
[0.5 rgb 1]
[1 rgb 1]
}
scale .05
translate -10}
rotate z*-33

finish{ambient 1 diffuse 0}



-- 
objects.povworld.org - The POV-Ray Objects Collection
book.povworld.org    - The POV-Ray Book Project


Post a reply to this message

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