top of page
  • Evan Nave

Simple Compute Shader Fog Effect


A very simple compute shader that draws on a render texture depending on the location of the player. This can be passed to a shader to create simple passing-through-fog effect!


I'd like to expand this by introducing fluid simulation in the compute shader as well as vertex displacement on the resulting effect.


bottom of page