目录索引
译文
根据Unity官方文档给出的定义:
切线是单位长度的矢量,它顺着网格表面沿水平 (U) 纹理方向。
意思是切线与每个几何面 UV 的 U 坐标轴方向一致。
![图片[1]-《Unity着色器圣经》1.0.4 | 切线-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/05/image-4-1024x326.jpeg)
在第二章节的6.0.1小节中,我们将详细介绍这一属性,包括如何计算模型法线贴图的副切线。
原文对照
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.
![图片[1]-《Unity着色器圣经》1.0.4 | 切线-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/05/image-4-1024x326.jpeg)
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.
© 版权声明
文章版权归作者所有,未经允许请勿转载。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
THE END

![[udemy]在 Unity 中创建 RPG 游戏的终极指南-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/04/TheUltimateGuidetoCreatinganRPGGameinUnity.webp)
![[udemy]学习在 Unity 和 C# 中创建吸血鬼幸存者风格的游戏-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/04/LearnToCreateAVampireSurvivorsStyleGameinUnityC.webp)
![[udemy] 在 Godot 4 中创建完整的 2D 幸存者风格游戏-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/05/CreateaComplete2DSurvivorsStyleGameinGodot4.webp)
![[gamedev tv] RPG核心战斗力的创造者 :学习中级 Unity C# 编码-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/04/RPGCoreCombatCreatorLearnIntermediateUnityCCoding.png)
![[gamedev tv]Unity 2.5D 回合制角色扮演游戏-软件开发学习笔记](https://gamedevfan.cn/wp-content/uploads/2025/05/Unity2.5DTurn-BasedRPG.webp)




暂无评论内容