Tag: snow
-
Shader Showcase Saturday #6: Dynamic Snow
After two previous instalments of Shader Showcase Saturday focused on wind and rain, talking about snow was simply unavoidable. Creating realistic snow is a serious challenge, which will be further explored in the following months. This week, we focus on how shaders can be used to add snow to an existing scene. Most of the references shown…
-
Surface shaders in Unity3D
—
Part 1, Part 2, Part 3, Part 4, Part 5 This is the second part of a series of posts on Unity3D shaders, and it will focus on surface shaders. As previously mentioned, shaders are special programs written in a language called Cg / HLSL which is executed by GPUs. They are used to draw triangles of your 3D…