I’m currently working on a 3D game that has low resolution textures. (32x32)
Lighting needs to be real time, but I only want the lighting to change per texel instead of having a light gradient running over every pixel in the texture.
Can anyone point me in the light direction?