Google News
logo
Computer Graphics - Interview Questions
What is the difference between anti-aliasing and texture mapping?
Anti-aliasing is a technique used to smooth out the jagged edges of objects in a computer graphic. This is usually accomplished by taking multiple samples of the edge and averaging them out.

Texture mapping, on the other hand, is the process of applying a texture to an object in a computer graphic. This can be used to give the object a more realistic appearance.
Advertisement