Exploring How and Why PlayStation Classic Struggled with Graphic Stability
Exploring How and Why PlayStation Classic Struggled with Graphic Stability
Highlights
- PlayStation 1 lacked FLOPs due to not having an FPU.
- No Z-buffer resulted in small errors & visible polygons.
- Affine texture mapping caused warping; PS1 trade-offs were speed and cost over complexity.
Call me biased, but the original PlayStation is still my favorite console of all time. While the games might look a little rough now, they’re still as good to play as ever. That said, even back then, PS1 graphics had this signature wobble you didn’t find in the competition, so what gives?
It’s All About Floating Points
Modern GPU performance is often measured (controversially ) in FLOPs or FLoating Point Operations. This is simply math involving floating point numbers, which in turn are simply whole numbers with a decimal point. The PlayStation’s graphics processor had zero FLOPs, because it lacked an FPU or Floating Point Unit. Instead, it uses fixed-point integers to calculate the positions of vertices.
A “vertice” is a point where two or more lines meet. So in a polygon, which is typically (but not always) a triangle in 3D graphics, there are three vertices. A 3D model consists of multiple polygons, and as that object moves on screen, the positions of the vertices must be calculated in 3D space.
Since you can only use integers, any position for a vertice that’s not an integer will simply be skipped over. So you’ll see polygons “snap” between positions with certain types of motion. For example, a character that’s standing still and has a subtle idle animation will look like they’re jittering a little.
Z-Buffer Not Found
Apart from the lack of an FPU, the PlayStation also lacked a hardware Z-buffer. You might remember XYZ coordinates from school, where you can describe any point within a 3D space using three numbers. The PlayStation lacked a hardware buffer to store depth or Z-axis values, sorted in order of how far away something is from the “camera.”
This meant that game developers had to create their own in-house Z-buffering solution, and since it was not done in hardware, they had to be economical with their depth-sorting algorithms. This led to a common situation in PS1 games where small sorting errors were made and polygons that should have been hidden from view pop in and out of sight.
Affine Texture Mapping Is Not So Fine After All
Texture mapping is the process of adding textures (which are basically digital pictures) to a polygon wireframe. It’s basically the “skin” of a 3D object. The PS1 uses a method known as “affine” texture mapping, which uses simple math to determine the coordinates on the polygon where the texture should be drawn. Affine texture mapping does not take Z-coordinates into account, and so perspective projection will appear incorrect for 3D objects. Remember the PS1 has no Z-buffer!
Consoles like the Nintendo 64 do have a Z-buffer, and also use a method known as mipmapping, where multiple versions of a texture are swapped out depending on your distance from the object, further improving the clarity and stability of textures in motion. On the PS1, lacking these technologies, it leads to what’s known as affine texture warping.
Fast, Cheap, or Complex: Pick Two
Different developers did find ways to work around these limitations, and so some PS1 games exhibit these issues to varying degrees. However, trying to address these issues in software almost always means eating up processing power that could have gone to something else. Despite these cutbacks, the PS1’s hardware was above all fast. It could pump out polygons faster than anything else at the time.
It also helps that CRT displays mask most of these issues quite well, and that would have been what the console was designed for. Modern flat panel displays have a negative effect on how PS1 games are presented, making the graphics uglier now than they were back then!
The bottom line is that the console could have had that extra hardware, but it would have driven the cost up significantly, without any clear benefit to Sony or its players at the time. The company went with “fast and cheap,” leaving complexity at the door. History has shown this was the right decision.
Emulators Can Correct This (But Should You?)
Sydney Louw Butler / How-To Geek
If you play PS1 games using one of many possible emulators today, you usually have the option to “fix” most of these problems. We can magically inject floating point values into the game, and clean up texture mapping so the games shine. However, should you do that? There’s an argument to be made that these characteristics are part and parcel of the PS1 experience, and just as people don’t want to smooth the pixels in their 8- or 16-bit games, I rarely want to remove the wobble from my favorite PS1 titles.
For an excellent explanation from a real game developer and emulation programmer, I highly recommend Modern Vintage Gamer’s deep dive into PS1 graphical warping .
Also read:
- [New] In 2024, Elevating Art Advanced Techniques for Curving Photos
- [New] Photo Refinement Essentials Expert Tips for Efficient Background Clearance
- 2024'S Elite VR Devices Unveiled: In-Depth Evaluations and Ratings From Industry Experts | CNET
- Astro A10 Mic Not Working? Here's a Step-by-Step Guide to Fixing the Problem!
- Hear Today, Sound Tomorrow: A Look at Paww Audio Triad
- Hours of Gaming Made Easy: The Ultimate Mavix M9 Gaming Chair Assessment
- How to Reset your Vivo V29 Lock Screen Password
- Hunt for the Cream of the Crop Roku Bargains on Prime Day Extravaganza
- Immerse Yourself with the LG C9 65-Inch OLED Masterpiece: An In-Depth Guide to Its Breathtaking Display and Advanced Technology for TV Connoisseurs
- In 2024, Here are Some of the Best Pokemon Discord Servers to Join On Lava Yuva 3 Pro | Dr.fone
- In 2024, How to Get and Use Pokemon Go Promo Codes On Vivo T2x 5G | Dr.fone
- X-Voice Capture Software, PC for 2024
- Title: Exploring How and Why PlayStation Classic Struggled with Graphic Stability
- Author: Steven
- Created at : 2024-10-28 17:52:19
- Updated at : 2024-10-30 02:25:57
- Link: https://buynow-marvelous.techidaily.com/exploring-how-and-why-playstation-classic-struggled-with-graphic-stability/
- License: This work is licensed under CC BY-NC-SA 4.0.