Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Marble rotation fix, minor restructures #236

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

Changes

Angular velocity isn't interpolated since the difference would hardly be noticeable (if at all), and not "correct" in either case. Maybe I'm cutting corners a little, but I'd rather not let the code do that math & array copying unless it's really worth it.

Referencing issues Closes #212