Difference between revisions of "PGXP"

From Emulation General Wiki
Jump to navigation Jump to search
m (Changed to stub)
m (Grammar)
Line 7: Line 7:
 
* Perspective Correct Texture Mapping (reduced texture distortion)
 
* Perspective Correct Texture Mapping (reduced texture distortion)
  
First, it introduces subpixel precision to get rid of the wobbling polygon issues. Second, it adds perspective correct texturing to stop the ‘textue warping/dancing’ issues.
+
First, it introduces subpixel precision to eliminate the wobbling polygon issues. Second, it adds perspective correct texturing to stop the ‘texture warping/dancing’ issues.

Revision as of 19:45, 24 December 2022

PGXP (Parallel/Precision Geometry Transform Pipeline) is an enhancement for PlayStation emulation that produces high precision fully 3D geometry data that was not available on the original console hardware.

Features

  • High Precision Vertex Data (more stable geometry)
  • Reduced Triangle Culling (more detailed models)
  • Perspective Correct Texture Mapping (reduced texture distortion)

First, it introduces subpixel precision to eliminate the wobbling polygon issues. Second, it adds perspective correct texturing to stop the ‘texture warping/dancing’ issues.