Skip to content

Latest commit

 

History

History

mandelbrot2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exercise 3.6

"Supersampling is a technique to reduce the effect of pixelation by computing the color value at several points within each pixel and taking the average. The simplest method is to divide each pixel into four 'subpixels.' Implement it"

See mandelbrot

Results

Normal

normal

Supersample

supersample