Previous | Next --- Slide 54 of 69
Back to Lecture Thumbnails
sm022

Does the scale factor ever change depending on what the hardware can handle? Like if we're running on more powerful hardware, would we want to potentially keep more MIP maps for more precision

norgate

Does the maximum MIP map level change depending on the amount of memory we have? Or is there a standard max level?

ScreenTime

Where is this information stored?

birb

Why do the levels change by powers of 2? Is interpolating between level 0 and level 1 as smooth as interpolating between level 5 and level 6, for example?

Zishen

Where do these scale number come from?

manchas

Is MIP mapping the current fastest/most modern way of texture mapping in things like video games when lots of other things might be taking up computational power?

Benjamin

What other ways are there to do texture mapping besides MIP maps?

ant123

How does the scale factor change? Is there a reason we choose these values?

siamese

How do we decide on a certain scale factor and where is the optimization done?

urae

What determines the max level of mipmaps?