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

For trilinear filtering, we need to implement another lerp function across two level of detail.The final D should be (ceil(D)D)floor(D)+(Dfloor(D))(ceil(D))(ceil(D)-D)*floor(D)+(D-floor(D))*(ceil(D))

You must be enrolled in the course to comment