Texture.Texture- Texturing is a fundamental technique inComputer Graphics, allowing us to representsurface details without modeling geometricmaterial details- We will describe the basic ideas andapplications of texture in this course
Texture • Texture – Texturing is a fundamental technique in Computer Graphics, allowing us to represent surface details without modeling geometric material details. – We will describe the basic ideas and applications of texture in this course
Texture.TextureLeft Image (Without texture) ,Right Image (Withtexture),Note the differences between two images.The right one is more realistic
Texture • Texture Left Image (Without texture) ,Right Image (With texture) ,Note the differences between two images. The right one is more realistic
Texture.Why we need texture?- Modeling surface details is one of the mostimportant tasks for rendering realistic images.: For example, if we want to model a brick wall.: One option: use a huge number of polygonswith appropriate surface coloring andreflectance characteristics to model the surfacedetails
Texture • Why we need texture? – Modeling surface details is one of the most important tasks for rendering realistic images. • For example, if we want to model a brick wall. • One option: use a huge number of polygons with appropriate surface coloring and reflectance characteristics to model the surface details
Texture.Why weneed texture?- However, in most applications, few people wouldcare much about the details of the brick wall andwould normally view the wall from a distance.- In this situation, we probably don't need to knowall the details of the brick wall. Instead, we cansimply model the wall as a big flat polygon, andpaste onto the polygon a wall image so that thepolygon looks like a real brick wall
Texture • Why we need texture? – However, in most applications, few people would care much about the details of the brick wall and would normally view the wall from a distance. – In this situation, we probably don’t need to know all the details of the brick wall. Instead, we can simply model the wall as a big flat polygon, and paste onto the polygon a wall image so that the polygon looks like a real brick wall
Texture. What is Texture?- This image, which is an approximation to thereal brick wall, is called texture in graphics- The process of applying the texture to anobject surface is called texture mapping (纹理映射)or texturing (贴纹理)
Texture • What is Texture? – This image, which is an approximation to the real brick wall, is called texture in graphics – The process of applying the texture to an object surface is called texture mapping (纹理 映射) or texturing (贴纹理)