All Questions
4 questions
0
votes
1
answer
104
views
Normal map lighting is just slightly off
I've been trying to implement normal mapping into my custom OpenGL shader. The result I'm getting is almost there, but it looks like the Point Light is not ...
0
votes
2
answers
1k
views
Simplst possible TBN-Matrix giving weird results
I'm implementing normal mapping and was trying different techniques of doing that. All seemed not to give me a correct result (e.g. the normals point in weird directions). To find the problem, I broke ...
2
votes
1
answer
981
views
Proper normal vector transformations in normal mapping
Hello!
This question is about transforming normal vectors from normal maps properly. I have tried methods from over five sources, still can't get it to work, and I'm really desperate.
Included are ...
0
votes
1
answer
590
views
Normal Mapping issue
The first image shows a spotlight shining correctly on the floor.
The second image shows the same spotlight but rotated 180 degrees.
The first is correct, the second is not.
The third image shows ...