top of page

Full Stack Game Developer

Santosh N
Search


Lighting Models In Unity
In computer graphics, lighting models are used to simulate the behavior of light interacting with surfaces in a 3D scene. These models...
santosh nalla
May 16, 202311 min read


Burning Paper Effect using Unity Shaders
Project Link: https://github.com/Santoshabde/Burning-Effect-using-Unity-Shaders Final result: In the above effect, we punch holes...
santosh nalla
May 29, 20223 min read


Vertex Animations using Shaders
Vertex animations allows you to animate individual vertices of a mesh. This is dealt by vertex shader. Vertex animations are an efficient...
santosh nalla
Mar 18, 20225 min read


Environment Scanner Shader Effect
I have been playing Returnal lately. Area Scan is a device and action of Selena in Returnal. It is used in combination with the map to...
santosh nalla
Feb 4, 20225 min read


Wall Hacks
The main objective of this blog is, to make an object visible through walls(to be able to see the object no matter what is in between the...
santosh nalla
Nov 17, 20217 min read


Heat Wave Distortion Effect in Unity(Using CG)
Imagine sitting in front of a campfire. When you observe the person sitting opposite to you on the other side of the campfire through the...
santosh nalla
Jul 30, 20214 min read
bottom of page