[flagged]
Super Mario 64's invisible walls explained [video]
11–20 of 49 posts
Re: Super Mario 64's invisible walls explained [video]
#12How on earth does it take 4 hours to explain? I'm sure it's a lovely video but anyone care to tldr?
Re: Super Mario 64's invisible walls explained [video]
#13Re: Super Mario 64's invisible walls explained [video]
#14https://en.wikipedia.org/wiki/Pannenkoek2012 https://knowyourmeme.com/memes/05x-a-presses-but-first-we-ne...
Re: Super Mario 64's invisible walls explained [video]
#15Re: Super Mario 64's invisible walls explained [video]
#16Quote from the author
> If you’ve wondered where I’ve been for the past 10 months, it was working day and night on this one video. In other words, I never actually left, I’ve been working on sm64 the whole time. So I didn’t forget about you guys :)
Re: Super Mario 64's invisible walls explained [video]
#17How on earth does it take 4 hours to explain? I'm sure it's a lovely video but anyone care to tldr?
There are eight different causes that manifest in the observed "invisible wall" symptoms.
I find the level of detail given appropriate, and consider it as a valuable insight into game engine design as it was appropriate for the time.
Re: Super Mario 64's invisible walls explained [video]
#18How on earth does it take 4 hours to explain? I'm sure it's a lovely video but anyone care to tldr?
https://www.youtube.com/watch?v=YsXCVsDFiXA&t=3228s
Essentially, due to the technique used for collision detection, tiny gaps in the geometry causes collision system to treat parts of the scene as having very thin walls that stretch to the top of the play space. Depending on if Mario's quarter steps align with this little gap means that a collision can be made despite it not being visible. Also explains why they impact Mario sometimes and not others.
Like throwing a marble through a mesh fence but you cannot see the fence. Odds are you will make it through but it is essentially chance.
Re: Super Mario 64's invisible walls explained [video]
#19How on earth does it take 4 hours to explain? I'm sure it's a lovely video but anyone care to tldr?
Re: Super Mario 64's invisible walls explained [video]
#20How on earth does it take 4 hours to explain? I'm sure it's a lovely video but anyone care to tldr?
I skimmed it and it’s trying to be the authoritative “phd thesis” on the topic. Still, many sections felt far too wordy and long. Technical communication is a difficult skill.