tangent vector calculation, Lesson 6 bis
XiaofanLinUS opened this issue · 2 comments
XiaofanLinUS commented
ssloy commented
Nope, the system you are writing is degenerate. You can obtain the third line by subtracting the first line from the second one.
Provided that your model is okay (no degenerate triangles), the matrix A must be invertible, since it contains the model coordinates prior to any projection:
Line 41 in dbc5d92
XiaofanLinUS commented
Just realize it is a degenerate matrix. Thanks!