Fun with MIP levels

Fun with mip levels:

http://screencast.com/t/cNIa7m9WIfp

18,737 views 8 replies
Reply #1 Top

Please implement transparency anti-aliasing support. Supersampling helped the flickering vegetation (and other alpha tests) on zooming in E:WoM but is completely overkill and more like a compromise solution.

Reply #2 Top

I don't understand what this video is about...

Reply #3 Top

Quoting Sarudak, reply 2
I don't understand what this video is about...

Mipmaps?

Reply #4 Top

MIP levels are different textures in the same texture file, that you render according to distance from camera. It allows you to show one texture far away, and another more detailed up close. In the video, Frogboy replaced the "far away" texture with some random stuff.

They are commonly used in Source games as a way to do funny sprays that show one image far away, and another up close. For any other purpose than saving memory, their use is limited, because people running at low graphic settings only ever see the low-quality far-away texture.

+1 Loading…
Reply #5 Top

What are the pink and blue clouds that show up?

Reply #6 Top

+1 for a great and polite explanation

Reply #7 Top

YAY to be able to zoom in really close on the overland map soon :)

Reply #8 Top

Quoting Nathan, reply 5
What are the pink and blue clouds that show up?
I infer that that's just colored on to the texture to make it easier to tell when the lower resolution texture is switched to.