module
This is a volumetric light implementation I was able to create mainly from this great resource:
http://www.alexandre-pestana.com/volumetric-lights/
The module also contains a bilateral upsampling shader which allows for blending of lower res and high res renderings, using the depth buffer and soby eliminating pixelated edges. Also a bilateral blur which is edge preserving.
Let it shine!
anonymous user login
~2d ago
~2d ago
~3d ago
~16d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
Is this spreadable?
check out implementation in super physical. https://github.com/michael-burk/SuperPhysical/tree/Deferred+Forward
there it is is fully spreadable.