Translucency-Shader
Translucency shader
A shader that simulates translucency and subsurface scattering in Unity3D using deferred rendering and standard shading.
A deferred translucency (with Subsurface Scattering) shader for Unity3D that integrates with existing Deferred rendering and Standard shading PBR systems. Based on research by EA DICE presented at GDC 2011.
25 stars
4 watching
6 forks
Language: C#
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
victorfisac/fnode | A tool for building GLSL shaders without programming knowledge using nodes and C | 102 |
synlogic/syns-unity-shaders | A collection of Unity shaders designed to enhance and customize visual effects in 3D environments. | 60 |
thunderloom/thunderloom | A physically based shader implementation for woven cloth in 3D graphics engines | 99 |
fulmicoton/fattable | A JavaScript library for creating large, scrollable tables with infinite rows and columns. | 482 |
therealmjp/deferredtexturing | A rendering sample demonstrating bindless deferred texturing and decals using D3D12 | 513 |
tsherif/webgl2examples | A collection of WebGL 2 rendering algorithms implemented in raw WebGL 2. | 535 |
fractilegames/godot-gles2-debanding-material | Adds debanding noise to a material shader to alleviate banding effects in GLES2 rendering | 33 |
libretro/common-shaders | A collection of commonly used pixel shaders for rendering old school video game footage. | 1,052 |
danilw/shadertoy-to-video-with-fbo | A tool to render Shadertoy shaders directly into video files with support for FrameBuffers and various output formats. | 53 |
msqrt/shader-printf | A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. | 236 |
andydbc/hologramshader | A Unity shader package providing a customizable hologram effect with a material editor. | 938 |
orels1/orels-unity-shaders | A collection of Unity shaders designed for practical use in 3D graphics projects | 178 |
chrisliebert/sdlgl3-wavefront | A C++ template for shader-based OpenGL 3.3 applications that can load and render multiple wavefront .obj files with textures. | 8 |
crosire/reshade-shaders | A collection of post-processing shaders written in HLSL for ReShade. | 1,002 |
222464/ltbl2 | A 2D dynamic lighting system with accurate soft shadows | 116 |