Jump to content

Calculate lighting in texture space


photo

Recommended Posts

Posted (edited)

I was reading through the rendering sequence page and was starting to wonder how one could implement texture space lighting. If your not familiar texture space lighting is the process of calculating lighting information of a model in world space, but drawing that data to a render texture based on it's UVs. this is most commonly used to implement SSS, but in my case I would like to use it to pixelate the lighting on sprites in my game. however this seems to be incredibly difficult to implement based on the way the rendering sequence works.
below is an example of texture space lighting
Advances in Real-Time Skin Rendering

Edited by david.warford
updated link
Posted

Im probably not experienced enough to do this at the moment, maybe you could explain the high level of concepts for option number one (i would prefer for the lighting to be calculated the same as the base mesh material)? That would give me something to work towards, I don't need it for my project immediately but would like to have a road map for where to go from here

×
×
  • Create New...