darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
136 stars 12 forks source link

Fix floor lighting #1

Closed darkf closed 8 years ago

darkf commented 8 years ago

Floor light rendering has bugs

See the black outlines on the tiles around where the player is standing:

example

This probably has to do with the way the lightbuffer is created or referenced within lighting.ts/canvasrenderer.ts. It may be related to the offset for the particular tile into the lightbuffer. I don't know what affects the offset in the real engine.

darkf commented 8 years ago

Fixed by 1962493, the black lines are now gone.