Difference between revisions of "Texture filtering"

From Emulation General Wiki
Jump to navigation Jump to search
(better N64 comparison, with less glitches)
Line 78: Line 78:
 
*xBR
 
*xBR
 
==Images==
 
==Images==
<gallery columns="2" captionalign="center" widths="180" position="center" bordersize="none">
+
<gallery captionalign="center" position="center">
Snes-nearest.png|SNES game with 'nearest' filter|link=http://images.wikia.com/emulation-general/images/f/fc/Snes-nearest.png
+
Psp-linear2.jpg|PSP game with 'linear' filtering|link=http://images.wikia.com/emulation-general/images/2/21/Psp-linear2.jpg
Snes-linear.png|SNES game with 'linear' filter|link=http://images.wikia.com/emulation-general/images/2/2f/Snes-linear.png
+
Psp-nearest2.jpg|PSP game with 'nearest' filtering|link=http://images.wikia.com/emulation-general/images/a/a6/Psp-nearest2.jpg
 +
Psp-xbr2.jpg|PSP game with 'xBR' filtering (3x)|link=http://images.wikia.com/emulation-general/images/a/a3/Psp-xbr2.jpg
 
</gallery>
 
</gallery>
 
<gallery position="center" bordersize="none" captionalign="center">
 
<gallery position="center" bordersize="none" captionalign="center">
Line 86: Line 87:
 
N64-bilinear.png|N64 game upscaled with 'bilinear' filtering using Glide64 plugin|link=http://images.wikia.com/emulation-general/images/9/94/N64-bilinear.png
 
N64-bilinear.png|N64 game upscaled with 'bilinear' filtering using Glide64 plugin|link=http://images.wikia.com/emulation-general/images/9/94/N64-bilinear.png
 
N64-nearest.png|N64 game upscaled with 'nearest' filtering using Glide64 plugin|link=http://images.wikia.com/emulation-general/images/5/5a/N64-nearest.png
 
N64-nearest.png|N64 game upscaled with 'nearest' filtering using Glide64 plugin|link=http://images.wikia.com/emulation-general/images/5/5a/N64-nearest.png
</gallery>
+
</gallery><gallery captionalign="center" position="center" bordersize="none" captionsize="medium" captionposition="below">
<gallery captionalign="center" position="center" bordersize="none" captionsize="medium" captionposition="below">
 
 
Psp-linear.png|PSP game with 'linear' filtering|link=http://images.wikia.com/emulation-general/images/6/61/Psp-linear.png
 
Psp-linear.png|PSP game with 'linear' filtering|link=http://images.wikia.com/emulation-general/images/6/61/Psp-linear.png
 
Psp-nearest.png|PSP game with 'nearest' filtering|link=http://images.wikia.com/emulation-general/images/e/ec/Psp-nearest.png
 
Psp-nearest.png|PSP game with 'nearest' filtering|link=http://images.wikia.com/emulation-general/images/e/ec/Psp-nearest.png
 
Psp-xbr.png|PSP game with 'xBR' filtering|link=http://images.wikia.com/emulation-general/images/5/58/Psp-xbr.png
 
Psp-xbr.png|PSP game with 'xBR' filtering|link=http://images.wikia.com/emulation-general/images/5/58/Psp-xbr.png
 +
</gallery><gallery columns="2" captionalign="center" widths="180" position="center" bordersize="none">
 +
Snes-nearest.png|SNES game with 'nearest' filter|link=http://images.wikia.com/emulation-general/images/f/fc/Snes-nearest.png
 +
Snes-linear.png|SNES game with 'linear' filter|link=http://images.wikia.com/emulation-general/images/2/2f/Snes-linear.png
 
</gallery>
 
</gallery>
 +
 +
 
==Further reading==
 
==Further reading==
  
 
http://en.wikipedia.org/wiki/Texture_filtering
 
http://en.wikipedia.org/wiki/Texture_filtering
 
[[Category:FAQs]]
 
[[Category:FAQs]]

Revision as of 17:49, 4 August 2013

In computer graphics, texture filtering or texture smoothing is the method used to smooth textures used in 3D models. Some consoles use texture filtering.

In emulation, texture filtering can be applied even if the original console did not use it. Many emulators support such features.

Consoles

Console Texture Filtering Types of filtering
Super Nintendo
3DO ?
Atari Jaguar
Sega Saturn
PlayStation
Nintendo 64 Three-sample bilinear
Sega Dreamcast Bilinear, trilinear, anisotropic
PlayStation 2 Bilinear, trilinear
GameCube Bilinear, trilinear, anisotropic
Xbox Bilinear, trilinear, anisotropic
Nintendo DS ?
PlayStation Portable Bilinear, trilinear
Wii Bilinear, trilinear, anisotropic

Types

include descriptions of what these terms mean, because I'm clueless.

  • Nearest neighbor
  • Nearest-neighbor with mipmapping
  • Bilinear
  • Trilinear
  • Linear
  • Linear (cg)
  • Anisotropic
  • xBR

Images


Further reading

http://en.wikipedia.org/wiki/Texture_filtering