Skip to content

Packing data into UV channels in Tangent space #113

Answered by pragma37
Xceptionull asked this question in Q&A
Discussion options

You must be logged in to vote

Long story short:

  1. If you want to use tangents, always use pre-computed tangents. The current calculation when there are no pre-computed tangents is a pretty bad workaround and will be replaced soon.

  2. In Blender and Malt matrix multiplication is right to left:

// Wrong
vector * matrix
vector @ matrix
// Right
matrix * vector
matrix @ vector

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Xceptionull
Comment options

Answer selected by Xceptionull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants