Skyrim

File information

Last updated

Original upload

Created by

Ragnarok Lucifer

Uploaded by

ragnaroklucifer

Virus scan

Safe to use

Tags for this mod

About this mod

DOF effects using the Heat Diffusion Formula

Permissions and credits
Changelogs
It uses anisotropic diffusion (see http://en.wikipedia.org/wiki/Anisotropic_diffusion) to blur area without affecting the edges. The image stored in the colour sample is preprocessed to soften edges for objects in front of focal point to allow blurring over them.

The result is not quite good due to insufficient amount of iterations, especially on higher resolution. Even though Increasing the radius sample can make the effect more dramatic, it can also lead to artifacts.

I may try downsampling later...

2 parameters can be modified in case you don't find it realistic. They are listed here:
BlurCoefficient //It changes the multiplier for the calculation of the circle of confusion (CoC) diameter. Keep in mind, though, the maximum value of the result is 1. You may not want to raise it too high.
SampleRaidusMultiplier //It changes the radius of sampled textures; increases it to increase the amount of blurring. But it can also cause artifacts