kmcallister / azurescens

Renders interactive fractal-like animations
Apache License 2.0
18 stars 1 forks source link

Blend between linear and nearest-pixel sampling #25

Closed kmcallister closed 7 years ago

kmcallister commented 7 years ago

Each has its own visual appeal. Linear is nice and smooth. Nearest is spastic and noisy but preserves a lot more information, so the image is more than a function of the current parameter settings.

See nearest branch.