Shaders Tutorial (part 1/2) | Intro to GLSL Vertex and Fragment Shaders

In this coding tutorial, we go over the basics of GLSL shaders. We start off by learning about the WebGL graphics pipeline. Then we go over what vertex fragment shaders are and how they work. Finally, look at the minimal amount of code required to create a shader material. ๐Ÿ“– Code - ๐Ÿฆ Twitter - ๐Ÿ’ป GitHub - ๐ŸŒŽ Website - == [ Resources ] == Examples - Discover - == [ Timestamps ] == 00:00 Intro to Shaders 00:58 WebGL Graphics Pipeline 02:26 Vertex Fragment Explained 03:09 Setup Guide 03:50 Shader Material 05:19 Coding Simple GLSL Shaders == [ Tags ] == #suboptimal #metaverse #threejs
Back to Top