Is the binormal of a vertex the cross between its normal and tangent?

Posted by meds on Stack Overflow See other posts from Stack Overflow or by meds
Published on 2010-05-15T14:15:24Z Indexed on 2010/05/15 14:24 UTC
Read the original article Hit count: 264

Filed under:
|
|
|
|

I'm trying to find out what a binormal is in the context of graphics programming but coming up short, I saw on a site that the binormal was being calculated as the corss between the normal and tangent (i.e. cross(normal, tangent)), is this the correct way to calculate a binormal?

© Stack Overflow or respective owner

Related posts about vertex

Related posts about math