Techniques for lighting a texture (no shadows)
- by Paul Manta
I'm trying to learn about dynamic shadows for 2D graphics. While I understand the basic ideas behind determining what areas should be lit and which should be in shadow, I don't know how I would "lighten" a texture in the first place.
Could you go over various popular techniques for lighting a texture and what (dis)advantages each one has? Also,…