You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 5: Texture Mapping (70)
GuardHei

Less expensive on actual hardware, most of time people just stick with trilinear at least, because GPU cleverly caches the sampling result to reuse them.

But in the case of a software rasterizer, texture sampling works completely different. It may be a good idea to ignore mipmap lerping to save performance.

You must be enrolled in the course to comment