santosh nallaMay 16, 202311 min readShaders in UnityLighting Models In UnityIn computer graphics, lighting models are used to simulate the behavior of light interacting with surfaces in a 3D scene. These models...
santosh nallaMay 29, 20223 min readShaders in UnityBurning Paper Effect using Unity ShadersProject Link: https://github.com/Santoshabde/Burning-Effect-using-Unity-Shaders Final result: In the above effect, we punch holes...
santosh nallaMar 18, 20225 min readShaders in UnityVertex Animations using ShadersVertex animations allows you to animate individual vertices of a mesh. This is dealt by vertex shader. Vertex animations are an efficient...
santosh nallaFeb 4, 20225 min readShaders in UnityEnvironment Scanner Shader EffectI 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 nallaNov 17, 20217 min readShaders in UnityWall HacksThe 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 nallaJul 30, 20214 min readShaders in UnityHeat 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...