TOMB5 / TOMB5

Tomb Raider: Chronicles Disassembly translated to C source code.
MIT License
492 stars 45 forks source link

"Paper Lara" Bug - Lara Distorts Thinly when Rolling #276

Open RevoSucks opened 4 years ago

RevoSucks commented 4 years ago

When rolling, Lara gets really thin for some reason. I am 80% sure this behavior isn't vanilla.

image

EvgenijLutz commented 4 years ago

I often saw this bug back in my childhood while playing tr2 and tr4 on ps1. This was happening in the moment when Lara inverts her horizontal rotation (back/forward jump with roll and rolling on land)

Gh0stBlade commented 4 years ago

It really is an issue with CalcLaraMatrices, most likely a sign error somewhere but the actual bug has not been fixed yet, it's quite tricky to debug but I'm sure I'll think of something.

Gh0stBlade commented 4 years ago

240