neon-age / VFX-Lab

Shaders and VFX experimentation in URP and BIRP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VFX-Lab

Shaders and VFX experimentation in URP and BIRP.
Made in Unity 2022.2 for latest features.

Auto PBR surface shader

auto.pbr.mp4

Shadow map blur

Directly inside surface shader, uses simple spiral blur (noise-based sampling) and takes light depth-map (lower-res mip) as distance.
Noisy and glitchy, could use a better blurring algorithm for both depth map and shadows. image

shadow.map.spiral.blur.mp4

About

Shaders and VFX experimentation in URP and BIRP

License:MIT License


Languages

Language:C# 60.8%Language:ShaderLab 20.5%Language:HLSL 16.3%Language:GLSL 2.4%