Domenicobrz / WebGL-dispersion-caustics

Faking dispersion caustics by accumulating photons in a texture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL dispersion caustics



This project fakes dispersion caustics by accumulating photons in a texture (calculated by the CPU) which is also directly sampled with ray-plane intersections inside the mesh fragment shader

See it in action

either download the repo and open the index.html inside the dist folder or
see it in action from my website

About

Faking dispersion caustics by accumulating photons in a texture


Languages

Language:JavaScript 99.4%Language:HTML 0.6%