12

Just like the super mario 64 one, this is super duper impressive heres the github release: https://github.com/XProger/OpenLara/releases/tag/latest

top 1 comments
sorted by: hot top controversial new old
[-] mindbleach@sh.itjust.works 1 points 2 weeks ago

And like the Mario 64 one, is only let down by affine distortion. It's much less of an issue in Tomb Raider because the game was constructed of giant quads - but any walls near the camera get that extreme dented look. Ultima Underworld had the same artifacts. It's the arbitrary-polygon version of the PS1's wobbly triangles: edges are linear, and pixels are sampled linearly between them.

GBA Mario 64 eventually diminished this by subdividing triangles... but the guy did it in a way that doesn't split existing edges, which is kinda missing the point. Splitting the edges is what gives them depth information. I know it's to avoid slivers between triangles. But if the outline of each triangle has to be preserved, you can draw smaller triangles to fill that space, like it's a shader. Affine sampling extends to whichever pixels you want to cover.

The general solution is probably local linearity. Quake did this to the extreme: it's affine within eight-pixel spans. Dicing up big triangles into 8x8 regions should look nearly as solid. You only have to do one sixty-fourth of all pixels the hard way, and only for triangles big enough to care.

this post was submitted on 29 Oct 2024
12 points (100.0% liked)

Demake - When a game is remade for a generation older than itself.

156 readers
37 users here now

What is a demake?

A demake is a Game that's purposefully built as if it where conceived and produced during a previous hardware or software generation.

Rules:

  1. All post in some form should be related to the community topic at hand, may it be directly talking about demakes or adjacently.

founded 1 month ago
MODERATORS