Difference between revisions of "Texture filtering"

From Emulation General Wiki
Jump to navigation Jump to search
(Adding categories)
Line 15: Line 15:
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
|-
 
|-
|[[Playstation 1]]
+
|[[PlayStation]]
 
| style="text-align: center;"|✗
 
| style="text-align: center;"|✗
 
| style="text-align: center;"|
 
| style="text-align: center;"|
Line 31: Line 31:
 
|-
 
|-
 
|[[Nintendo 64]]
 
|[[Nintendo 64]]
| style="text-align: center;"|
+
| style="text-align: center;"|✓
+
| style="text-align: center;"|Bilinear
| style="text-align: center;"|bilinear
 
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
|-
 
|-
|[[3D0]]
+
|[[3DO]]
 
| style="text-align: center;"|✗
 
| style="text-align: center;"|✗
 
| style="text-align: center;"|
 
| style="text-align: center;"|
Line 46: Line 45:
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
|-
 
|-
|[[Gamecube]]
+
|[[Gamecube|GameCube]]
 
| style="text-align: center;"|?
 
| style="text-align: center;"|?
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
|-
 
|-
|[[Playstation 2]]
+
|[[PlayStation 2]]
 
| style="text-align: center;"|?
 
| style="text-align: center;"|?
 
| style="text-align: center;"|
 
| style="text-align: center;"|
Line 66: Line 65:
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
|-
 
|-
|[[Playstation Portable]]
+
|[[PlayStation Portable]]
 
| style="text-align: center;"|✓
 
| style="text-align: center;"|✓
 
| style="text-align: center;"|Trilinear
 
| style="text-align: center;"|Trilinear
Line 72: Line 71:
 
|-
 
|-
 
|[[Sega Dreamcast]]
 
|[[Sega Dreamcast]]
| style="text-align: center;"|?
+
| style="text-align: center;"|
| style="text-align: center;"|
+
| style="text-align: center;"|Anisotropic, bilinear, trilinear
 
| style="text-align: center;"|
 
| style="text-align: center;"|
 
|}
 
|}

Revision as of 20:59, 16 July 2013

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

Consoles

Some consoles used texture filtering.

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

Emulation

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

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