Hacker News new | ask | show | jobs
by dundarious 1037 days ago
I think the point is that the approach far predates games with anything like a physics system. That part of the patent seems to describe what happens when a character stands on a moving platform like an elevator. This stuff predates Super Mario Bros.
1 comments

Typically something like an elevator wouldn't be modeled with physics (mass, velocity, etc.) its movement would just be hardcoded. And of course games without a physics emulator wouldn't do that either.

My understanding of the patent is that two objects that are normally subject to physics (the player and a platform), when the player stands on an object the player's physics are disabled and the player's position is just copied from the object.

But, like, there's no way this hasn't been done before.

I agree fully.