• @InverseParallax@lemmy.world
      link
      fedilink
      English
      41 month ago

      Ps1 is great because it’s a mips core, a funky 3d engine and the main weirdness is the spu.

      The n64 is all weird (albeit with a similar but 64bit mips core).

      • kadup
        link
        fedilink
        English
        31 month ago

        The PlayStation hardware is barely capable of 3D at all.

        Sure, it can accelerate some polygon math, but that’s about it. No texture mapping, no Z depth, no floating point precision, no anti-aliasing, no shading.

          • kadup
            link
            fedilink
            English
            21 month ago

            and floating point isn’t a precision

            Floating point precision does not mean I’m saying “floating point is a precision”, whatever that sentence means.

            The PlayStation can’t use anything but integers to place points in 3D space.

        • @InverseParallax@lemmy.world
          link
          fedilink
          English
          11 month ago

          It does texture mapping but that’s all. I think it does very limited, basically gouraud shading.

          You have to clip your triangles, basically clip everything.