Difference between revisions of "Texture filtering"

From Emulation General Wiki
Jump to navigation Jump to search
(Consoles)
Line 78: Line 78:
 
*Anisotropic
 
*Anisotropic
 
*xBR
 
*xBR
 +
<gallery captionalign="center" position="center" bordersize="none" captionsize="medium" captionposition="below">
 +
Psp-linear.png|PSP game with 'linear' filtering
 +
Psp-nearest.png|PSP game with 'nearest' filtering
 +
Psp-xbr.png|PSP game with 'xBR' filtering
 +
</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 02:53, 18 July 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

images needed. Use same screenshot but with different texture filtering. Also include descriptions of what these terms mean, because I'm clueless.

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

Further reading

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