POV-Ray : Newsgroups : povray.general : anti-aliasing : Re: More methods? was Re: anti-aliasing Server Time
6 Aug 2024 19:34:28 EDT (-0400)
  Re: More methods? was Re: anti-aliasing  
From: Christopher James Huff
Date: 13 Feb 2002 13:27:55
Message: <chrishuff-AABBC9.13274213022002@netplex.aussie.org>
In article <3c6aa79b@news.povray.org>, Warp <war### [at] tagpovrayorg> 
wrote:

>   You are welcome to suggest an algorithm for that.

Hmm...sample initially in a cross or x pattern to find out if a thin 
object goes through the pixel? If one is found, supersample the entire 
pixel. It would be slower than the current adaptive method, because the 
minimum samples per pixel would be higher, but should be faster than the 
completely non-adaptive method.
Also, a multiple pass method might be interesting...render with no or 
very little antialiasing, then run additional supersampling passes. A 
faster preview, and you could let it refine the image indefinitely. A 
pixel could be supersampled if any of the nearby pixels hit an object 
but it didn't.

-- 
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/


Post a reply to this message

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