Chapter 9
Giving Models Texture
IN THIS CHAPTER
Working with textures
Creating procedural textures
Thinking about texture mapping
If you want a more controlled way of adjusting the look of your object than what’s described in Chapter 8, then using material shaders alone won’t get you there. You can use Vertex Paint, but if you’re working on a model that you intend to animate, Vertex Paint can cause you to have many extraneous vertices just for color. Those vertices end up slowing down the processes of rigging, animating, and even rendering. Also, you may want to have material changes that are independent of the topology and edge flow of your mesh.
For those sorts of scenarios, you’re going to want to use textures, which is the focus of this chapter.
Adding Textures
Generally speaking, a texture is a kind of image that you stretch or tile over the surface of your object to give it more detail without adding more geometry. Not only can textures influence the color of your object, but they can also allow you to make additional adjustments, such as stipulating the shininess of some specific parts of the model. For example, on a human face, skin tends to be shinier across the nose ...
Get Blender For Dummies, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.