TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

Vertex normals are being incorrectly generated for vertical faces #107

Closed DummkopfOfHachtenduden closed 4 years ago

DummkopfOfHachtenduden commented 5 years ago

This might be an issue with normals / backfaces or geometry itself.

hogsy commented 5 years ago

Looks like a fault with the normals generation.

image

hogsy commented 4 years ago

Partially depends on https://github.com/TalonBraveInfo/OpenHoW/issues/124 as there are some cases which our automatic normals generation can't deal with unless we handle specific cases (e.g. generate face normals for boxes etc.)

hogsy commented 4 years ago

Amendments have been made which will alleviate this issue in some cases. Closing in favour of https://github.com/TalonBraveInfo/OpenHoW/issues/124