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

Various rendering fixes #277

Closed Qaomen closed 4 years ago

Qaomen commented 4 years ago

A number of rendering bugs that got piled up that are now fixed!

The gate had the same shadow issue after the current fix, and since it's prooobably clearer if it spawned in at the start of the enter period (instead of right when the race finishes), I decided to change that behaviour slightly. Lemme know if that's a no-go though!

Note is that the Three.js water bug is fixed in development, but not in the latest release. It's probably better to wait till April 29th when r116 is supposed to be available.

Referencing issues Closes #198 Closes #269 Closes #276