What makes the graphics of the original PlayStation look so unique?

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 293

  • @Greywander87
    @Greywander87 ปีที่แล้ว +75

    I've seen some retro games that replicated some of these issues and wasn't sure why. I grew up with an N64 rather than a Playstation, so I wasn't familiar these graphical quirks. It's cool to see how they bent the rules to accommodate their hardware limitations. 1 MB of video RAM is almost nothing these days; minimalism is a lost art and devs these days are horribly inefficient because our systems have an overabundance of resources. It's so wasteful, and performance could be so much better if games were properly optimized.
    Maybe you could do a video on N64 graphics and what makes a distinct N64 look?

    • @Cyclon32289
      @Cyclon32289 ปีที่แล้ว

      I grew up with a PS1 and when i looked at a n64 game it was more colorful but a lot more blocky. I think the ps1 had this unwanted effect of making the worlds less blocky and more realistic.

    • @Greywander87
      @Greywander87 ปีที่แล้ว +4

      @@Cyclon32289 From what I understand, the N64 was the more technically advanced hardware, but the PS1 was generally more popular and had a lot more games. IIRC, the PS1 was released first and initially competed with the SNES (and was primarily a 2D system; the PS1's 3D capabilities were likely seen as a massive improvement over the SNES's mode 7, rather than something built specifically for fully 3D games), so while it was less technically impressive it had a head start. Optimization was also a factor, I'm sure, and the PS1's head start meant that developers were more experienced developing optimized games for the PS1 than they were for the N64. I know there's a substantial improvement between early N64 games and late N64 games, so I assume the same holds true for the PS1.
      Personally, I find the N64 has more charm, but that's likely just because it's what I grew up with. But I can't deny the success of the PS1, and how impressive it is despite the inferior specs. The N64 was mostly propped up by first party titles, something that's been a recurring theme for Nintendo. Seeing how Nintendo treats their customers, I wouldn't be surprised if the big N has PR problems with third party devs, too.

    • @Ryan-op7yd
      @Ryan-op7yd ปีที่แล้ว +1

      Reminds me of games like Ratchet & Clank that had an unprecedented level of optimization in order to run properly on the PS2
      Meanwhile games nowadays can crash, glitch, corrupt & when it comes to optimizing they don't bother doing it for anything other than top of the line hardware, so if you're playing on outdated systems have fun with sub-25 FPS

    • @luisces
      @luisces ปีที่แล้ว +3

      When it came down to 3d rendering capabilities, th n64 surpassed the ps1, it was able to do a lot more calculations per cycle. The thing is, a lot of people might blame cd vs cartridges for the n64 more "blocky" textures, but the main culprit was, the n64 had, after rendering all its 3d triangles on screen, only 4kb of texture to fill them up. That was a major problem if you wanted to have nice textures.
      The ps1 had a lot of drawbacks as well, but it's always nice to see their differences visually.
      It was a great time to be alive.

    • @watchm4ker
      @watchm4ker 7 หลายเดือนก่อน

      @@Greywander87 Not really. The "Play Station" was designed as an improved SNES, yes, back when Sony and Nintendo were working together. But when Nintendo balked at the contract, Sony ditched the 2D side in favor of drastically improving the 3D capabilities. Sega, on the other hand, *had* taken the 'hybrid' approach you suggest: Instead of texture-mapped triangles, the Saturn was capable of applying 3D transformations to sprites, letting them almost act like quadrilateral polygons. Except that every 'quad' was mapped to a square texture, regardless of its actual proportions.
      The N64, meanwhile, suffered from a very small texture cache, an overcrowded memory bus, and a very complex 3D rendering engine that required is own microcode to operate. The first two remained a constant thorn in software design, but over time, developers were able to use, and even program, their own rendering microcode, which provided a massive leap in efficiency and capabilities.

  • @alianant
    @alianant ปีที่แล้ว +262

    Is there any chance you could break down the Binary Space Partition concept from the original Doom? Your breakdowns are so great.

    • @royh4305
      @royh4305 ปีที่แล้ว +15

      Oh yes, I would love to hear that breakdown from this guy.

    • @lakojake4215
      @lakojake4215 ปีที่แล้ว +7

      Good idea.

    • @cheater00
      @cheater00 ปีที่แล้ว +2

      I want a video on BSP as well!

    • @pooksthepossum
      @pooksthepossum ปีที่แล้ว +2

      Yes. Do this please. 🤟😎🤟 Subbed.

    • @ramrodbldm9876
      @ramrodbldm9876 ปีที่แล้ว +1

      you want hear sugars voice don't ya?

  • @DiThi
    @DiThi ปีที่แล้ว +62

    The 4th problem is actually two different problems. You can calculate a perspective corrected polygon without any depth buffer, and vice versa. It just so happens that they both share one division so one is rarely seen without the other. But it happens, I have seen it. I had a PC where perspective correction didn't work but depth buffers did. I don't know if it was the driver or hardware limitations, though.

  • @krakulandia
    @krakulandia ปีที่แล้ว +67

    You missed maybe the biggest point of all: lack of sub-pixel accuracy in polygon rendering: It's not dependent on floating points as some hardware have used integers to present each pixels for example as 4x4 or 16x16 sub pixels. When the polygon edges are calculated in that way, the polygons seem to smoothly slide on the screen, instead of jumping and jittering around horribly, like on PS1. Lack of subpixel accuracy in polygon edges destroys the texturing also in an irreversible way.

    • @FluffyAnvil
      @FluffyAnvil ปีที่แล้ว +1

      No the biggest thing he missed is the fact that the Playstation 1 used affine texture mapping and was not perspective correct. This has nothing to do with lack of floating point which is the only thing mentioned when it comes to texture mapping.

    • @krakulandia
      @krakulandia ปีที่แล้ว

      @@FluffyAnvil You can get quite good results by subdividing the surfaces into smaller triangles/rectangles. That method was used to fix the lack of perspective corrected texture mapping. But trust me that the lack of subpixel accuracy in the scan conversion / rasterization has a huge impact on what the results look and feel like. Especially in that low screen resolution.

    • @FluffyAnvil
      @FluffyAnvil ปีที่แล้ว

      ​@@krakulandia The affine texture mapping is at least to me a tell tale sign that is plain right obvious in most racing games of the era.

    • @krakulandia
      @krakulandia ปีที่แล้ว

      @@FluffyAnvil Sure, not many racing games took advantage of the subdividing of surfaces approach because there was not enough memory to have several times more geometry in the memory. That's probably the biggest reason for not doing it in racing games. Too much surface area to cover.

    • @Bunny99s
      @Bunny99s ปีที่แล้ว +1

      @@FluffyAnvil Well, he didn't really missed it, however he somehow combined it with the lack of a depth buffer, even though it's completely unrelated and a much bigger issue as you said. The lack of a depth buffer can be worked around by level / object design and some crude depth sorting which should work for most cases. In the end most games didn't have that many polygons. So they simply tried to avoid certain overlaps or problematic alignments. Yes, perspective correct texture mapping is one of the biggest things besides the lack of texture filtering.

  • @indigoparadox
    @indigoparadox ปีที่แล้ว +76

    I figured the lack of floating point caused all the jankiness. The Z-fighting was also somewhat obvious. But I never realized how much the lack of depth buffer contributed to the jankiness, as well!
    Thanks for the explanation!

    • @PhocaCPH
      @PhocaCPH ปีที่แล้ว +3

      Same here! Thought the lack of floating point operations is the culprit. Also... lols for "jankiness" and "z-fighting". You must have a thing with words :)

    • @themonsterunderyourbed9408
      @themonsterunderyourbed9408 ปีที่แล้ว

      Translation: I heard it on other videos that it was lack of floating point and now I'll make a comment about it like I came up with it myself so I sound smart.

    • @indigoparadox
      @indigoparadox ปีที่แล้ว +2

      @@PhocaCPH Those are technical terms! ...right? 🙂

    • @johtajakansio
      @johtajakansio ปีที่แล้ว +2

      @@themonsterunderyourbed9408 Don't z-fight guys!

    • @Splarkszter
      @Splarkszter ปีที่แล้ว

      This is what happens when normies watch technical videos. Nobody understands the words and instead of researching they just laugh and say nerd.

  • @LisandroLorea
    @LisandroLorea ปีที่แล้ว +100

    I gotta say some of the limitations were pretty noticeable on a CRT TV. The affine texture mapping was really noticeable, and it didn't happen in the Nintendo 64 or PC. Same thing with the polygons overlapping each other, and the vertex position resolution. However I totally agree on the dithering and unfiltered textures not being a big issue. You could notice up close the difference between N64 textures ans PSX textures, but N64 textures were so low res they became a big blur while the PSX ones looked sharp and more detailed, and gave a crispier look.
    To put it in perspective for those who were not around back then, I don't remember me of my friends being impressed by PSX or N64 3D graphics. We had pretty looking 2D games back then, pretty looking pseudo-3D FPS and racing games and some 3D arcades that looked pretty good. The crude 3D of the PSX and N64 kinda felt like a step back aesthetically, but it presented a whole new universe of gameplay. Many 3D environments still presented impressive environments despite the blockiness, as any minecraft player can attest.
    I think the first time I was really impressed by a games graphics was when I brought Hitman 2: Silent Assasing (2002) home. There is a scene in Sicily during the intro were you see some crops and 47 picks a bucket. There was something about the textures and the lighting that looked so real. It probably looks like crap if I google it today but it definitely felt like 3D was finally looking good.

    • @praystation
      @praystation ปีที่แล้ว +4

      it's not because of the crt tv. it's because ps1 lacked z buffer that is needed for "perspective correction."

    • @fireaza
      @fireaza ปีที่แล้ว +9

      This! For the longest time after the introduction of 3D graphics, pre-rendered 2D still looks loads better. Of course, 2D had a ton of limitations compared to 3D, but in terms of pure graphical quality, 2D looked better.

    • @LisandroLorea
      @LisandroLorea ปีที่แล้ว +5

      @@praystation sorry I forgot to timestamp my comment. I'm replying to the authors claim that the limitations were not noticeable on a CRT TV by saying that some were indeed hidden by the way those TVs worked while others we just tolerated.

    • @KopperNeoman
      @KopperNeoman ปีที่แล้ว +9

      A lot of people cite "CRT TV" for things that are actually concealed by low-quality cable formats like RF and composite. Using SCART or Y/Pb/Pr would usually make flaws more apparent.

    • @VarietyGamerChannel
      @VarietyGamerChannel ปีที่แล้ว +11

      You weren't impressed by Mario 64 in 1996? The metal cap mario? The multi-texturing effects? Now now. I don't believe you.

  • @adorable_yangire
    @adorable_yangire ปีที่แล้ว +79

    thank you for being the only one who actually explained how these work lol

  • @MajatekYT
    @MajatekYT ปีที่แล้ว +22

    A few more PS1/PSX characteristics is the lack of true alpha transparency (textures can have alpha transparent holes cut into them but never have gradients/anti-aliasing), the usage of decreasing the gamma output to simulate fading out to black instead of using an overlay (you can notice this in a lot of games where the brightest parts of a scene fade to black last), and a hard limit of ~10k polygons on any one frame for a 30 FPS game (double the framerate and you halve your polygon budget - few games ran at 60 FPS). Thanks for the video!

    • @PoorMuttski
      @PoorMuttski ปีที่แล้ว +1

      i kind of consider it a super power to have grown up on Playstation and Sega Saturn games. When modern games drop to 30fps, I have no problems, while younger gamers freak out. i only notice it if I spend a lot of time playing a game with a high frame rate, and then play a game that runs slower. but after a few hours, i get used to it.

    • @stinky59
      @stinky59 ปีที่แล้ว

      @@PoorMuttski same i still don’t understand the big deal about 60 fps. the standard for animation and movies has always been 24 fps, i feel like there’s not much reason for games to go any higher than 30 fps unless there’s lots of very fast animations happening.

    • @PoorMuttski
      @PoorMuttski ปีที่แล้ว +1

      @@stinky59 I kind of agree. It is a bit like real-time reflections in games: beautiful and impressive when you have it, but hardly noticed when it is gone. I have played a few games where it adds a lot to the sense of realism, though mostly in games with cartoony graphics. It is just nice.

    • @watchm4ker
      @watchm4ker 7 หลายเดือนก่อน +1

      @@stinky59 Film and animation have drastic cuts in frame rate out of practical necessity: For cinematic film, every extra frame is another inch of film stock *per second* the camera is rolling, along with reduced exposure time and faster physical speed of the film through the gate. Likewise, with animation, every extra frame is another physical picture an artist must paint. Animating on 2s and 3s became pretty common just as a means of reducing the amount of artwork needed.
      But make no mistake: These were not artistic statements or genius insights on the nature of vision. It's practical necessities necessitating a 'good enough' approach. The human visual system can see, and react to, events *far* faster than the 15fps fusion rate suggests. And in games where that reaction time does matter, frame rates of up to 240 fps can actually produce notable improvements in a person's gameplay.

  • @devilblackdeath
    @devilblackdeath ปีที่แล้ว +65

    Part of the lack of floating point precision is also the position of the vertices themselves. While this is mostly an issue with emulation, the lack of subpixel precision for vertex positioning does show a bit at the original resolution (though I believe it rarely does show on a CRT screen, would warrant some testing) and does give a very slight wobble to edges when cameras are moving. It's very subtle but still there a bit.

    • @nugget6635
      @nugget6635 ปีที่แล้ว +18

      I was able to spot the wobble even as a kid seeing this on a CRT Tv

    • @devilblackdeath
      @devilblackdeath ปีที่แล้ว +2

      @@nugget6635 Well glad to know it was still noticzable on CRTs ;) Thanks for the confirmation !

    • @thefilmdirector1
      @thefilmdirector1 ปีที่แล้ว +12

      @@nugget6635 yup same, to me ps1 was always the wobbly jank console while n64 was "smooth" though ps1 obviously had sharper textures, they came at the price of wobble.

    • @nugget6635
      @nugget6635 ปีที่แล้ว +1

      @@devilblackdeath The edges of polygons however looked a lot smoother and not as aliased as in emulators. 2D Sprites looked perfect. CRTs have this smoothing effect but the wobble was still noticeable.

    • @nugget6635
      @nugget6635 ปีที่แล้ว +2

      @@80n3y4rd The thing about CRT tvs is also the fact that the PS1 outputs at their native resolution no need for scaling and well it looked quite good because basically the CRT tv can display the PS1's output with minimum distortion.

  • @CoolDudeClem
    @CoolDudeClem ปีที่แล้ว +12

    Despite it's flaws, it's those flaws that makes me nostalgic.

  • @Dave01Rhodes
    @Dave01Rhodes ปีที่แล้ว +14

    I’d say while CRTs paper over some of these flaws, I think it’s more that at the time, these graphics were new and cool and looked amazing compared to what we had before, so we put up with the imperfections.

    • @TheJacklikesvideos
      @TheJacklikesvideos ปีที่แล้ว +1

      we were also playing over RF or composite, on top of the softening glow of the CRT. but yes, mostly it was a matter of comparison and the benchmarks were greatly moving forward for home console.

    • @karelpipa
      @karelpipa ปีที่แล้ว

      exactly that sir

  • @kemi242
    @kemi242 ปีที่แล้ว +13

    Ken Kutaragi and his team were actually quite genius in cost-cutting. As you viewed a PS1 game on a low res CRT TV you might even not notice these artifacts, while 3D graphics were still mind-blowing in 1994.

    • @renato7184
      @renato7184 ปีที่แล้ว +2

      They still looked better than Saturn and some games even more beautiful than N64 ones, so the rest is history.

    • @thewhitefalcon8539
      @thewhitefalcon8539 ปีที่แล้ว +1

      Yeah it's a real art form to know what to cut and what not to cut

    • @TheSliderW
      @TheSliderW 7 หลายเดือนก่อน

      Mmh, while dithering wouldnt be noticeable and in some cases could event be identical as the tv produced the missing colors with light bleeding from nearby sub pixels. (Many older systems relied on this).
      The rest of the flaws were visible and sometimes distracting like the z sorting making vertexes pop around like crazy in some games. Color banding was also terrible if the gradient had too much contrast between light and dark but fine in other situations.

    • @TheSliderW
      @TheSliderW 7 หลายเดือนก่อน

      Depends on the games art style so i can't disagree.

  • @AltimaNEO
    @AltimaNEO ปีที่แล้ว +3

    I will say, back in the day, the polygon z fighting and walking textures certainly bothered me, despite using a crt. Then again, I was a big Nintendo fanboy, despite the flaws n64 had.

  • @ericritchie6783
    @ericritchie6783 ปีที่แล้ว +9

    Great video! PlayStation graphics are indeed charming and can is like beautiful stain glass art at its best. I lust love the style of games like Medievil or Vagrant Story and genuinely continue to be more impressed with older graphics that modern.

  • @MatthewBester
    @MatthewBester ปีที่แล้ว +7

    Lack of Floating Point is what I came for. Always wondered why rigid polygons and textures should need to wobble around like that.

  • @RikMaxSpeed
    @RikMaxSpeed ปีที่แล้ว +8

    What may be difficult to imagine now is that at the time, these graphics were excellent, the very first time you could have a 3D games console in your home! We didn’t even notice all these flaws, other than large pixels when objects were too close.

    • @thewhitefalcon8539
      @thewhitefalcon8539 ปีที่แล้ว

      and every system has that. Actually no, N64 has bilinear, but it looks just as bad. Hyrule Field has like a , single 32x32 texture stretched out!

  • @3DSage
    @3DSage ปีที่แล้ว +3

    Perfectly said! Thank you! :)

  • @AlexNukem
    @AlexNukem ปีที่แล้ว +4

    Depth buffer is only used for discarding far fragments, it is not used for correct interpolation. You can create OpenGL/Vulkan Surface without Depth Buffer or turn it off, and you still will have correct interpolation. Depth Buffer is separate buffer from Color Buffer. It stores only the nearest fragment depth (by default). However you are right about correcting interpolation by using z coordinate.

    • @DanielMonteiroNit
      @DanielMonteiroNit ปีที่แล้ว +2

      In fact, Quake had wobbly textures for the characters (affine mapping, If I'm not mistaken), but not for the level geometry and used z-buffer for it, while only writing to it when rendering the levels (using perspective correct mapping).
      All this while also using floats. Carmack figured out he could perform certain instructions in parallel while floats where sent down one if the pipelines inside the CPU).

  • @mitchcoppo
    @mitchcoppo ปีที่แล้ว +4

    Yeah I remember texture filtering was one graphics advantage the n64 had over the PS1. Side note, the NDS doesn't have texture filtering, so the n64 ports/remakes on the NDS look way different than the original without it, almost looking like they came from the PS1.

    • @SeñorDossierOficial
      @SeñorDossierOficial ปีที่แล้ว

      I guess The ps1 gpu is more powerful than the ds gpu, at least on practical terms ps1 3D games look better than the 3d games on DS

  • @neoqueto
    @neoqueto ปีที่แล้ว +2

    I've been looking for a way to write a shader (compatible with Redshift Render) that will fuck up my UVs per each tri based on camera proximity to simulate PS1's texture mapping. I've already figured out quantizing geometry to integer values accordingly to the camera position so that I don't have to do my own camera math and transform the matrix of the whole scene. It's also important to mention that the PlayStation used something akin to Gouraud specular shading based on coloring vertices to achieve lighting.

  • @lyh1
    @lyh1 ปีที่แล้ว +1

    Alpha blend were calculation expensive in the era, and they use the CRT property to make it cheap, which look bad on todays display. Flickering and dotted pattern, that is why having a CRT for retro game is a good investment.

  • @Povilaz
    @Povilaz ปีที่แล้ว +6

    I absolutely love the shimmery aesthetic of the original PlayStation.

  • @MarcsVlogVids
    @MarcsVlogVids ปีที่แล้ว +1

    i think this is why I preferred 3D characters on rendered backgrounds.
    I like Final fantasy, and Resident evil more than Silent Hill and Tomb Raider for example.

  • @misterx2598
    @misterx2598 ปีที่แล้ว +2

    All the technical limitations in older consoles made developers being creative and use brain rather than just throwing all the textures into the game rom. That's why some of those games are so awesome and have so much attention to details.

  • @AlessandroCussino
    @AlessandroCussino ปีที่แล้ว +1

    Fun-fact : The Game Boy Advance have similar limitations when it runs 3D games.
    And the GBA even lacks hardware support for 3D graphics, it's all software rendered.

  • @Liggliluff
    @Liggliluff ปีที่แล้ว +1

    Implying that there's inaccuracies with integers over floating point is inaccurate itself. Floating point and integers are both inaccurate. The only difference is that floating point has high resolution in the origin and low resolution further out, while integers has constant resolution. With a 32-bit variable, with a resolution of 1 mm, you can define a position up to 2147 km from the origin.
    Floating point working in metre would have a resolution of 2 mm after moving 16 km out from the origin of the world, meaning that the integer at 1 mm has higher resolution and therefore higher accuracy from 16 km up to 2147 km from the origin, while floating point has a higher resolution and accuracy within 1 km from the origin.
    But most game worlds aren't this large. The largest non-procedurally generated map I could find is Guild Wars Nightfall at 197 km wide and tall. So you can reduce the size of the steps for a higher resolution with a smaller world:
    100 µm for 215 km from origin, higher accuracy beyond 1 km compared to float.
    10 µm for 21 km from origin, higher accuracy beyond 128 m compared to float.
    1 µm for 2 km from origin, higher accuracy beyond 16 m compared to float.
    So if you don't need a map that is larger than 4 km x 4 km, and you're going to be outside the area of 16 m from the world origin, an integer in steps of 1 µm gives you higher accuracy than float calculating metres.

  • @DeanofSmoking
    @DeanofSmoking ปีที่แล้ว +4

    Great explanation. I'd heard that ps one had no z depth before, and that n64 did, which is why it looked cleaner. This explained pretty well. Thanks.

  • @craftyawesome6830
    @craftyawesome6830 ปีที่แล้ว +1

    Also another thing but not uncommon is the lack of AA. For comparison the n64 has very aggressive AA.

  • @BioClone
    @BioClone ปีที่แล้ว +1

    So interesting, and I also love that you used future cop lapd... now Im just wondering what was the racing game

  • @dan_loup
    @dan_loup ปีที่แล้ว +1

    The lack of floating point wouln't be much of a issue for the 3D math if it was using 32bit integers, but it is not.
    The GTE does all it's math in 16bit, which cause the rough jumps between the possible 3D coordinates.

  • @piotrpaczuski4060
    @piotrpaczuski4060 ปีที่แล้ว +1

    Thanks! Now I know why the graphics looked so different. I understood half of what you said, but know more than before 😅

  • @JReybabay
    @JReybabay ปีที่แล้ว +1

    The expression is “add insult to injury” not “add salt to injury” at 5:44 seconds. Great video 👍 i just got a chuckle out of that so I thought I would mention

  • @aceofspades001
    @aceofspades001 ปีที่แล้ว +1

    I prefer how PS1 looked to the absurdly low resolution muddy textures of the N64.

  • @kiri101
    @kiri101 ปีที่แล้ว +1

    I learned some things, thank you :) You conflated the phrases 'rub salt in to the wound' and 'add insult to injury' around 5:45 btw

  • @pedgewehr
    @pedgewehr ปีที่แล้ว +1

    PS1 still look much better on modern screens than the PS2. PS2 just get blurry and impossible to read texts

  • @snoozy04
    @snoozy04 ปีที่แล้ว +1

    PS1 is my favorite console and the graphics give the charm.

  • @AvalancheReviews
    @AvalancheReviews ปีที่แล้ว +1

    This was amazingly informative. Well done!!!

  • @Lilithe
    @Lilithe ปีที่แล้ว +1

    13:00 people put up with it but it definitely bothered them. Even on a CRT the flaws of the PS1's design are kind of unforgivable. They're bad even compared to Descent. For something with dedicated hardware for 3D, it's very lacking. It was cheap, though and that's how it dominated I think. That and sportsball!

    • @PlasticCogLiquid
      @PlasticCogLiquid ปีที่แล้ว +1

      I hated the PS1 the very first time I saw it. There was only a few times I approved of its existence a little bit, Kings Field, Destruction Derby 2, Silent Hill and Tony Hawk. PC was doing 3d games way before the PSX came around though so it already looked like shit when it came out for anyone playing PC games. I didn't really dig into much of the library until I had a PS2 and you could buy PSX games at giveaway prices in the early 2000's. The first time I saw one, my uncle was playing ESPN Extreme and I was thinking "Sprites everywhere on a warbly 3d background....great." The game was kind of fun but I walked away thinking "Man what a piece of shit! Haha, I'm going home to play Motocross Madness 2, or Unreal.....some actual full 3d game that doesn't use 4x4 texture stretched over 5 polygons.. etc" It did end up with some killer apps that I ended up using Bleem to play though after a time, rather than buy a console I didn't want.

  • @looeegee
    @looeegee ปีที่แล้ว +2

    Wow, I found a rare gem with your TH-cam channel, it's surprisingly unknown, keep it up amigo!

  • @joet7136
    @joet7136 ปีที่แล้ว +1

    Do Dreamcast vs. PS2 vs. XBOX please. Can you explain why the Dreamcast graphics looked so much sharper and more 'vibrant' compared to the other two comparable and later released consoles?

    • @segat-800
      @segat-800 ปีที่แล้ว +1

      Might be to do with the VGA cable option which was a DC exclusive iirc.

  • @Hatsune_Miku
    @Hatsune_Miku ปีที่แล้ว +13

    This TH-cam channel will become very big, very soon. Glad to be here in the beginning.
    + Now I know what to look out for when replicating this look in my own games, thanks!

  • @EuSouRCS
    @EuSouRCS ปีที่แล้ว +1

    So many technical limitations and still one of the best consoles ever maded!

  • @C21H30O2
    @C21H30O2 ปีที่แล้ว +1

    I get chills every time i hear the ps1 load screen...

  • @ANTALIFE
    @ANTALIFE ปีที่แล้ว +2

    Thanks for giving a good summary of the "issues". You managed to make each one very understandable :D

  •  ปีที่แล้ว

    There you go PS1, the most cheater console in history. It used all kinds of smart @ss tricks to hide its true lack of processing power. Say what you will about the N64, N64 had a tremendously solid render capabilities from day 1. The only thing preventing PS1 to be acknowledge as a cheater @ss console is layers upon layers of thick nostalgia from people who owned it back in the day.

  • @wenaldy
    @wenaldy ปีที่แล้ว +1

    Subbed for small but great youtubers.

  • @Lebert130
    @Lebert130 2 ปีที่แล้ว +6

    I'm shocked you have very little views, you are clearly underrated, I loved the explanation, you deserve more views and likes

  • @ekojar3047
    @ekojar3047 ปีที่แล้ว +1

    All these years, I wondered if the textures worked like a beefed up DOOM. My mind is blown now that this is how it works.

  • @ot4_retrogaming
    @ot4_retrogaming ปีที่แล้ว +1

    thanks, with all this information, could you compare the sega saturn techbology to the playstation? they had very similar grafics. would be interesting analyzing it based on a 3d game released on both systems like Alien Trilogy for example. It also got a PC release.

  • @Fank0r
    @Fank0r 2 ปีที่แล้ว +2

    Love your content!

  • @rinkkalex
    @rinkkalex ปีที่แล้ว +3

    I'm so glad features like PGXP fixed the depth issues of the PS1 and the dithering has been solved for decades. I never grew up with the PS1 so whenever I wanted to play a game that was on it the graphical querks always took a lot away from the experience for me

  • @ClayWheeler
    @ClayWheeler ปีที่แล้ว

    This 13 minutes video can be down to just 30 Seconds video by saying:
    The original PlayStation didn't have enough horsepower (Processing Power) for floating point calculations.
    But of course that will only makes sense to programmers, not casual users

  • @Spaztron64
    @Spaztron64 ปีที่แล้ว

    Good video, but some more information regarding the relation between the GTE and GPU would help explain a few things:
    1) The GPU (rasterizer) doesn't understand 3D coordinates at all, it only uses X and Y coordinates. The programmer must tell the GTE to do perspective transformation from true 3D coordinates to 2D coordinates after being done with manipulating all the geometry. This is the main reason why affine texture mapping had to be used, Z is lost in rasterization.
    2) While the fixed point precision of the GTE isn't the highest in the world, it's not as bad as one might think. To render a polygon, the PlayStation has to map vertices to a pixel in the framebuffer. This has the effect of increasing vertex precision as resolution goes up. You can see this in games like Tekken 3 and the arcade version of Soul Calibur when they run in higher resolution modes.

  • @billkendrick1
    @billkendrick1 ปีที่แล้ว

    Having played the original Wipeout and Twisted Metal when they first came out in the 90s, I can definitely say I noticed the wobble, even on a little 13" CRT (what else would a college student have!?) TV. 😉

  • @Malidictus
    @Malidictus ปีที่แล้ว

    These flaws absolutely always bothered me, personally - especially the jaggy, uneven lines on textures when viewed from a more oblique angle. I also recall the PC port of Tomb Raider 2 being absolutely awful with 2D partially transparent textures (i.e. windows) drawing on top of world geometry (i.e. window frames). In fact, Tomb Raider 2 arguably looked better in the "developer mode" with texturing entirely disabled, where every shape was just white. Yes, it didn't look like a finished game, but at least all the geometry was correct.

  • @arthur_p_dent4282
    @arthur_p_dent4282 ปีที่แล้ว

    Lol. When you said “easiest to understand” or whatever, I would have said the floating point stuff. That’s extremely straight forward and extremely obvious. If numbers have to be rounded, things are going to “flutter” and shift around. Anyways, cool video.

  • @levelupwithsam
    @levelupwithsam ปีที่แล้ว +1

    This was great content, nice explanations and great visual examples to go with them. I appreciate your effort!

  • @Parker--
    @Parker-- ปีที่แล้ว

    Basically what makes the graphics so unique is the lack of what very quickly became industry standards of the time mixed with excessive 80’s dithering.

  • @JamieBainbridge
    @JamieBainbridge 11 หลายเดือนก่อน

    Would it be interesting to talk about how modern emulators solve these problems with texture filtering (look at a few common algorithms) and PXGP correction? Im aware of this problem and I can turn PXGP on to solve it, but I have no idea how that actually works.

  • @podmonkey2501
    @podmonkey2501 ปีที่แล้ว

    We are all so excited for "full 3D graphics" back then we overlooked how bad games looked in this generation. I don't even play PS1 games today no matter how nostalgic due to how bad they look, I'd rather reminisce over 16 bit pixel goodness.

  • @Leo-xh8pp
    @Leo-xh8pp ปีที่แล้ว +1

    Great video!!
    Thank you for sharing your knowledge!😃

  • @methamphetamelon
    @methamphetamelon ปีที่แล้ว

    I wonder if it would be possible, through emulation and a home-brew PlayStation game, to see how PlayStations games could have looked if the PlayStation were built without these flaws. I imagine it would be pretty easy to add depth buffering, more video RAM, etc. in emulation, but it would take a home-brew game built to be able to take advantage of these things, similar to how some N64 games could be toggled to make use of the RAM pack if you had one, to showcase the difference.

  • @jason19twofour
    @jason19twofour ปีที่แล้ว

    Original Playstation is horrible on modern displays but it looked good enough on CRT and was a big leap from SNES/Genesis.

  • @timkasansky2528
    @timkasansky2528 ปีที่แล้ว

    any larger tv of the day could easily show all the dithering artifacts.
    i used to play with my friends at the weekends and we switched constantly from PS1, Saturn and N64.
    image quality on PS1 was always the worst, the other 2 only used dithering on specific situations.

  • @Mon-gm7rk
    @Mon-gm7rk ปีที่แล้ว

    OH MY GODDDD THAT OPENING CLIP, YOU JUST UNLOCKED THIS HUGE MEMORIES OF ME PLAYING FUTURE COP IN MY OLD PS1 WHEN I WAS LIKE 6!!! I DIDN'T EVEN REMEMBER THAT GAME!!!!

  • @eaMCMLXXIX
    @eaMCMLXXIX ปีที่แล้ว

    Were untexturized polygons used in ponderable quantities of games? From a Amiga perspective I remember that the 3D games of this time period mostly based on vector graphics.

  • @mennims
    @mennims ปีที่แล้ว

    Great content. Get your jaw/mouth checked by a professional. May save you a lot of pain and help with your speech and more, good luck.

  • @KTSpeedruns
    @KTSpeedruns ปีที่แล้ว

    The Playstation really was banking on CDs being cheap for hugh capacities on top of nobody noticing the graphical inferiorities.

  • @SakuraiEvsa
    @SakuraiEvsa ปีที่แล้ว

    I finally understood why playing ported PSX game or playing on emulator with texture filtering feels so different.
    all those smooth texture make what I remember in my childhood and what I see now feel uncanny.

  • @karlimo4034
    @karlimo4034 ปีที่แล้ว

    The look is so unique and charming, that I never use any filters when emulating PS1 games.

  • @filanfyretracker
    @filanfyretracker ปีที่แล้ว

    its something how bad these games look today but I remember being amazed at Playstation and N64 in their time, because they were getting ever closer to the arcade. PS2 and Dreamcast I think is where home consoles started to meet and in some games surpass the arcade. DC version of Soul Caliber was basically equal to the arcade.

  • @yogibear2k220
    @yogibear2k220 ปีที่แล้ว

    LOL I congratulate you on the word "unique," but I thinik the word you are looking for is crap!

  • @joaocolaco1498
    @joaocolaco1498 ปีที่แล้ว

    So, PlayStation turned 4 flaws into a characteristic. GOAT things

  • @jimmylim5015
    @jimmylim5015 ปีที่แล้ว

    Wow saw Futurecop when I went to Comic Con San Diego for the first time back in the 90s, I loved this game as a kid

  • @krono5el
    @krono5el ปีที่แล้ว

    Was obsessed with gaming since the atari 2600 so i stayed away from any ps system till the fourth, i couldn't handle gaming on those consoles it just felt rough.

  • @vadnegru
    @vadnegru ปีที่แล้ว

    Duckstation is able to draw straight lines and wobble-free textures. But with that enabled it just feels like bad ps2 game with no charm.

  • @dexdexter8489
    @dexdexter8489 ปีที่แล้ว

    Back in the day, I did not have a PS but I emulated it using Bleem or Virtual Game Station instead. These flaws were the very first thing I noticed and could not get my eye out of them.

  • @luheartswarm4573
    @luheartswarm4573 ปีที่แล้ว

    On psx games there was a lot of compromise devs had to do
    there was zero support for stuff like malloc or calloc, or floating point math, this is why the animations where so stiff, it was all integer calculations
    i hear that the sdk did support c++, but it had like, neglectable use, the ps2 was mainly doing games in pure c for the most part as well, however it supported all that the ps1 neglected

  • @k0lpA
    @k0lpA ปีที่แล้ว

    always hated how the textures kept shifting really annoying and immersion breaking..

  • @MarquisDeSang
    @MarquisDeSang ปีที่แล้ว

    Sega Saturn use a unique way of rendering polygons (quads) and it is closer to a line rendering engine, but I don't know much about it.

  • @JReybabay
    @JReybabay ปีที่แล้ว

    I loved the way that playstation looked at the time. But remember this was basically my introductionary era to 3d. Before this most games accessible to kids were all 2d

  • @johnrickard8512
    @johnrickard8512 ปีที่แล้ว

    In essence Sony wanted to create a 3D capable console as cheaply as they could possibly do so using technology that was only just capable of doing what they wanted, so they made some unusual cost-cutting measures in the same vein as many a console manufacturer before them has.

  • @AlbertBalbastreMorte
    @AlbertBalbastreMorte ปีที่แล้ว

    I wonder how many emulators implemented many of the missing features of the original psx.

  • @chloedevereaux1801
    @chloedevereaux1801 ปีที่แล้ว

    add SALT to injury??????? its add INSULT to injury ffs....

  • @jopeteus
    @jopeteus ปีที่แล้ว

    I still remember when I got PS1. It was in 1997. Ps2 I got in 2002

  • @johnellis3383
    @johnellis3383 2 หลายเดือนก่อน

    While these are flaws the artifacts give PS1 games their nostalgic look and have a fun feel to me. Great video!

  • @ianrotten4453
    @ianrotten4453 ปีที่แล้ว

    Always looked like software rendering to me. Thats why I had the N64.

  • @uhohwhy
    @uhohwhy ปีที่แล้ว +1

    cooominn oooohhhh

  • @perschistence2651
    @perschistence2651 ปีที่แล้ว

    Wow, this is not only the best explaination I've seen so far, why the PlayStation has it's original style, but also for rasterizing in games at all.

  • @SeñorDossierOficial
    @SeñorDossierOficial ปีที่แล้ว

    For me, the ps1 is unique and amazing even with it's flaws

  • @rolandkatsuragi
    @rolandkatsuragi ปีที่แล้ว

    12:30 Such intersection is commonly known as "Z-Fighting."

  • @thewhitefalcon8539
    @thewhitefalcon8539 ปีที่แล้ว

    I knew they didnt have perspective Interpolation but this is the first I'm hearing there was no depth buffer!

  • @curtisnewton895
    @curtisnewton895 ปีที่แล้ว

    been doing 3d programming and modelling for 20 years
    I never knew the answer to this
    thanks mate

  • @michaelp9238
    @michaelp9238 ปีที่แล้ว

    Even as a child i wondered why playstation had the wonky looking walls. Thanks for breaking it down

  • @JBBost
    @JBBost ปีที่แล้ว

    Is AI upscaling able to compensate for that, tho?
    Great video, learned a lot!

  • @hunterst.arnold6646
    @hunterst.arnold6646 ปีที่แล้ว

    For some reason when I try to watch this video, it either skips strait from 3:50 to 3:53, or starts buffering endlessly at 3:51. I've never seen that before!

  • @TimelordUK
    @TimelordUK 10 หลายเดือนก่อน

    This is how I felt in class. All words. No idea what you are talking about 😢❤

  • @juanoncho
    @juanoncho ปีที่แล้ว

    Why youtube didn't recommend you before.. this video is awesome.

  • @Nexus9_KD6-4.8
    @Nexus9_KD6-4.8 ปีที่แล้ว

    Integer based polygons and the lack of perspective correction.

  • @epicgameruk87
    @epicgameruk87 ปีที่แล้ว

    i think i found the worst voiceover on YT i thought Chills was weird but yours is worse cant stand no more than 20 seconds had to mute it n put subs on