<<< Introduction | Index | How is texture applied to a surface? >>> |
Texture mapping applies an image to the faces of our geometry and adds realism to the scene
This is a lot easier and faster compared to drawing custom geometry and colors, especially when dealing with complicated objects
A texture is an array used as a look-up table for fragment colors
<<< Introduction | Index | How is texture applied to a surface? >>> |