kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
439 stars 21 forks source link

Fix face culling for polygonal meshes #13

Closed kvark closed 8 years ago

kvark commented 8 years ago

It looks like some of the polygons are not culled correctly. Perhaps, the original code used no culling at all - need to investigate.

kvark commented 8 years ago

Fixed in 4805ed99972e7883093e6c3d7edefa8292541182 Basically, the old game had no backface culling. That's not a big deal, since there are not so many polygons out there.