headshot2017 / OpenLara

Super Mario 64 in Tomb Raider
http://xproger.info/projects/OpenLara/
BSD 2-Clause "Simplified" License
22 stars 2 forks source link

Palace Midas - garden secret door seems to have 2 doors overlapped. #9

Closed muddymind closed 2 years ago

muddymind commented 2 years ago

image

This allows Mario to clip through.

Save game attached. savegame.zip

muddymind commented 2 years ago

image

Aparently this happens in lots of places with boxes with overlapped surfaces. This is either core lazy design issue or the way we transform quads to tris create this. I'll replace all doors geometry manually by generating from minmax the vertices used by the original geometry.