monsharen / build-engine-unity

Implementation of Build Engine features in Unity
2 stars 1 forks source link

Some faces are facing the wrong way #4

Closed thomas-rosenquist closed 8 months ago

thomas-rosenquist commented 8 months ago

There are faces that face the wrong way here and there. No clue what the pattern is really

thomas-rosenquist commented 8 months ago

My current theory is that the bug lies in MapRender, this else statement: ` /*

I think it may be that ceilingHeight values get negated meaning the face gets inverted

thomas-rosenquist commented 8 months ago

Actually, the material is white so it's more likely to be a missing texture issue!

image
thomas-rosenquist commented 8 months ago

Confirmed missing texture

image