Skip to content

Commit a0902c3

Browse files
authored
Update 05 Three.js基础之图元.md
1 parent 75f7358 commit a0902c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

05 Three.js基础之图元.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Primitive 的复数即为 Primitives。
3838

3939
**顶点**:就是在 3D 世界中某一个具体的点,即点的位置(x,y,z)。除了位置信息,还可能包括 点的颜色或其他信息。
4040

41+
> 请注意,这些顶点位置都是相对的,依次是 局部位置、全局位置、镜头位置等等。
42+
>
43+
> 在管线流程中,顶点处理模块的作用就是负责顶点进行坐标转换。
44+
4145

4246

4347
<br>

0 commit comments

Comments
 (0)