So, originally I had an issue where I would get random black lines when moving my character with the camera following him. I found out that it had something or other to do with floating points, vertices and a simple fix was to just upscale all of the tiles to 1.0001f or so which did in fact fix the problem. It’s a simple solution that nobody in their right mind would notice a difference. However, as a result, the lighting effect that I was using now produces weird lines and the more I upscale the tiles, the more noticable these lines become. The less I upscale the tiles, the less noticeable the tiles become, but once again I will still get the black lines.
Here is a picture of the best “happy-medium” that I could manage. [31653-lighting+effect+glitch+1.png|31653]
Here is a picture of the same thing but the tiles were upscaled a bit more.
[31654-lighting+effect+glitch+2.png|31654]
Once again, they would get really bad if I continued to upscale any more than that. I’m really stuck and have no idea how this problem is occurring or how to fix it. Could it have something to do with shaders? Or perhaps there is a very simple fix that I just happened to miss. I’ve tried playing around with many of the settings on the light, but I haven’t found a solution, and I even tried playing with scaling the rotation and that has an effect, but still does not solve the problem. Any help would be greatly appreciated.