responsible for: Unity3D, Unreal 4, Shader, C#
Snow Deformation in Unreal:
I implented the snow deformation effect by Shader in Unreal. In the Shader, I run depth check between objects and ground to draw snow height on a render target. For the deformation of landscape, I turn on the Tessellation Mode and take the render target as world displacement of snow.
![]() |
![]() |
Scan Effect in Unity:
![]() |
Glitter Effect in Unity:
![]() |
![]() |
![]() |
![]() |
![]() |
---|
Cel shading rendering:
control the lighting result by ramp texture
outline by normal extrusion
Cel-shaded water rendering:
Mutiple sin adding to generate wave
Blinn–Phong redering:
Specular shader base on Blinn–Phong
GLSL Shader
I implement them in OpenGL and GLSL. You can find shaders here
![]() |
![]() |
---|