The real learning goal of this topic is to understand how the graphics hardware works, and how we can program it.
We need to know how the hardware works so that we can use it effectively (it will explain why some things seem weird). We also need to understand the graphics hardware so we can program it (write Shaders). Let me stress: shader programming won’t make sense unless you understand the graphics hardware.
In practice, this is becoming less important: the high level APIs (such as THREE) have written really good, flexible shaders - so the reasons to write your own are less common (the big ones are procedural textures and special effects).
Read more…