Comment on The Sega Dreamcast
Boldizzle@lemmy.world 6 months ago
I’m pretty sure I read or saw a documentary that basically said the downfall of Sega started with Sega of Japan starting to take more control and override Sega of America. I think that’s how we ended up with the Sega Saturn and the failure of that console really didn’t help the Dreamcast at all.
Raiderkev@lemmy.world 6 months ago
My neighbor had a Saturn, and like literally no one else I knew did. Having said that, it was bad ass, and the graphics were unreal for the time period. Iirc it was out before N64, and had proper 3d graphics. It’s weird that it never succeeded. Was it just super expensive or what?
Eccitaze@yiffit.net 6 months ago
Nobody wanted to develop for it because it had an insanely complex architecture (3x 32-bit processors and dual CPUs that shared a bus and couldn’t access RAM at the same time), and developers in the 90s were unaccustomed to multi-core programming. It also used quadrilaterals for the baseline polygon instead of triangles. All this was made worse by poor development tools around launch, leaving most coders stuck using raw assembly language until Sega wrote custom libraries.
Sega also never really had a killer app for it like Mario 64 was for the N64, or FF7 was for the PlayStation. They were developing a game called Sonic XTreme, but it wound up getting canceled.
Leate_Wonceslace@lemmy.dbzer0.com 6 months ago
The weirdest part about this to me, as a mathematician with limited programming experience, is the idea of using quadrilaterals instead of triangles. You can make any polygon out of triangles, but the same absolutely cannot be said of quadrilaterals. Why would anyone do that?
Eccitaze@yiffit.net 6 months ago
I’m no game designer or coder so I’m just going off what I read on Wikipedia, but… Apparently the Saturn was a mostly 2D focused system, so it had a processor that could do warping and manipulation of sprites. So when it drew a “polygon” it was really drawing together a bunch of sprites and manipulating them.
…yeah.