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

Is the max here over (x,y) pixels in the triangle? If so, then if we're going to calculate these anyways, why don't we just choose the mipmaps per-pixel and not per-triangle?

NicoDeshler

Hey Daniel! I don't think this is optimization syntax. Its just saying take the max of two distinct quantities (Note the comma). Hope that helps!

You must be enrolled in the course to comment