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

Added default marble with proper topology and UVs #210

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

Closes #170

Zemanzo commented 5 years ago

Do we really need marble-default.gltf? Since we keep the topology simple, there doesn't seem to be any difference from the generated one at the moment.

The main reason I opted for an external model is so we could control the UVs easier. However, when testing if you actually properly implemented rotations in your PR, I noticed the UVs are pretty much identical with the generated one. I will take a look and see if it's indeed good enough.

Things might change in the upcoming marble skins feature, but maybe we should have a default texture simply named default.png for now.

Yeah, it will be changed (already is in that branch) in the next PR that I will make.

Zemanzo commented 5 years ago

Closing this since changes are also present in #216