Difference between revisions of "Mip mapping"

From polycount
Redirect page
Jump to: navigation, search
(Talk)
 
(Redirected page to Mip Mapping)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[Mip_Mapping]]
* Return to [[Polycount|Main Page]]<br> Return to [[Category:Texturing]]
+
 
+
== What is a Mip Map? ==
+
 
+
Mipmaps help reduce aliasing in-game when a textured surface is rendered.
+
 
+
The texture is resized multiple times to make "mips," smaller versions of the texture. These smaller versions are swapped or blended with the original texture in order to keep as close a ratio as possible between screen pixels and texture pixels. When unfiltered texture pixels get smaller than screen pixels, the pixels shimmer like crazy as they change from color to color. Mipping helps solve this problem.
+
 
+
[http://developer.nvidia.com/object/General_FAQ.html#t1 NVIDIA] says: ''"Whether you're using mipmapping or not, you should never use "nearest" filtering, which causes texture swimming artifacts when textures are minified. Using mipmaps allows you to create accurately minified versions of your textures, so that they look as good as possible in the distance. Mipmapped textures only require 33% more memory than their non-mipmapped counterparts, so it is wise to trade off the small amount of extra memory for the vastly improved image quality. In addition, today's GPUs are optimized to handle mipmaps very efficiently, so the performance impact of using mipmaps is minimal."''
+
 
+
== NVIDIA DDS plugin for Photoshop ==
+
The [http://developer.nvidia.com/object/photoshop_dds_plugins.html NVIDIA DDS plugin for Photoshop] has a great interface for testing MIP settings.
+
 
+
=== Sharpening Settings window ===
+
 
+
{| border="1" cellpadding="2" cellspacing="0"
+
|-
+
|}
+
 
+
Each of the numbered boxes at the bottom corresponds to one of the mip levels... "Image" is the top mip level, and they descend from there.
+
 
+
The number of boxes you need to adjust depends on how large your original image is. For example a 256x256 map only has nine mip levels: 256,128,64,32,16,8,4,2, and 1 (1x1). So you would only have to adjust the boxes from Image to 8.
+
 
+
Takes a lot of testing to see what works best. Something that helps is the 3D Preview button, just make sure to adjust the Preview Settings first so it doesn't have to make a ton of different compressions each time you change a setting.
+
 
+
<br>
+
* Return to [[Polycount|Main Page]]<br> Return to [[Category:Texturing]]
+
----
+
[[Category:Texturing]]
+

Latest revision as of 10:10, 10 October 2014

Personal tools
Namespaces

Variants
Actions
Navigation
Tools