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!
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?
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!