veeti512 / wadblender

13 stars 3 forks source link

Inverted Face #5

Closed TokyoSU closed 3 years ago

TokyoSU commented 3 years ago

Don't know if it's me or your tool but i get this when extracting to .fbx: https://i.imgur.com/C3h28gC.png it was not like that before like using the release, this not happened :x

veeti512 commented 3 years ago

Is that screenshot from Blender?

TokyoSU commented 3 years ago

No from Open3Mod since blender draw it correctly :x but on Open3Mod or Unity it's not correctly drawed.

veeti512 commented 3 years ago

That's because Blender has not backface culling enabled by default. I kept the normals as TRLE, but it is better if I revert back to flipping them. I will add an option later.

TokyoSU commented 3 years ago

thanks, it will help :)

veeti512 commented 3 years ago

Option added on last commit!