1.0.4 | 切線
2023-08-02 23:13 作者:GeometryGlacier | 我要投稿

目錄索引

本系列與知乎同名翻譯同步更新,原文鏈接:https://zhuanlan.zhihu.com/p/645923915
如有任何翻譯錯誤,歡迎在評論區(qū)踹我:)!
原文對照
According to Unity official documentation:
A tangent is a vector of a unit of length that follows the mesh surface along the direction of the horizontal texture.
What does this mean? The tangents follow the U coordinate of the UV on each geometry face.

Later in Chapter II, section 6.0.1, we will review this property in detail and include the binormals for the normal map implementation on an object.

譯文
根據(jù)Unity官方文檔給出的定義:
切線是單位長度的矢量,它順著網(wǎng)格表面沿水平 (U) 紋理方向。
意思是切線與每個幾何面 UV 的 U 坐標軸方向一致。

在第二章節(jié)的6.0.1小節(jié)中,我們將詳細介紹這一屬性,包括如何計算模型法線貼圖的副切線。