Tagged Questions
5
votes
3answers
526 views
For normal mapping, why can we not simply add the tangent normal to the surface normal?
I am looking at implementing bump mapping (which in all implementations I have seen is really normal mapping), and so far all I have read says that to do this, we create a matrix to convert from ...