Tagged Questions

23
votes
9answers
2k views

Calculating which tiles are lit in a tile-based game (“raytracing”)

I'm writing a little tile-based game, for which I'd like to support light sources. But my algorithm-fu is too weak, hence I come to you for help. The situation is like this: There is a tile-based map ...
5
votes
3answers
209 views

Fast 2D illumination algorithm?

We have a rectangular area with translucent walls and a few light sources.We are considering only the top view,so it is a 2D problem. We need to find the approximate lighting (signal strength)at each ...