File tree Expand file tree Collapse file tree 1 file changed +34
-3
lines changed Expand file tree Collapse file tree 1 file changed +34
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
说一声抱歉:我在写第 25 节文章的时候才彻底理解 左手坐标系统和右手坐标系统,而我在前面章节中有可能讲解坐标体系对应的 上下左右前后 时把方向搞错了,但是我记不清是哪个章节了。
25
25
26
+ <br >
27
+
28
+ > 以上内容更新于 2021.04.16
29
+
30
+
26
31
27
32
<br >
28
33
29
- 我在学习的过程中也向 Three.js 官方提交了自己的 PR,贡献出自己一点点代码。
34
+ > 以下内容更新于 2021.05.22
35
+
36
+
37
+
38
+ <br >
39
+
40
+ > 因为本系列暂停了本系列教程的更新,所以就暂时在这里补充上关于 3D 坐标系的相关知识吧。
41
+
42
+ 直角坐标系与球极坐标系:
30
43
31
- 1 . PR [ 21409] ( https://github.com/mrdoob/three.js/pull/21409 ) 已在 r127 中合并
44
+ 1 . 左右手坐标系统他们都是 直角坐标系,使用 (x,y,z) 来表示空间某个点的坐标。
45
+
46
+ 2 . 球极坐标系,又称 空间极坐标,使用 (r,φ,θ) 来表示空间某个点的坐标。
47
+
48
+ > Three.js 的球极坐标 对应的类是:Spherical
49
+ >
50
+ > https://threejs.org/docs/index.html#api/zh/math/Spherical
51
+
52
+ > 只有真正了解 Three.js 的这 2 套坐标系,同时理解 Vector2(二维向量)、Vector3(三维向量)、Raycaster(光线投射),才有可能晋级为 Three.js 空间高手。
53
+
54
+
55
+
56
+ <br >
57
+
58
+ 我在学习的过程中也向 Three.js 官方提交了自己的 PR,贡献出自己一点点力量。
59
+
60
+ 1 . PR [ 21409] ( https://github.com/mrdoob/three.js/pull/21409 ) 已获准在 r127 中合并
32
61
2 . PR [ 21642] ( https://github.com/mrdoob/three.js/pull/21642 ) 已获准在 r128 中合并
62
+ 3 . PR [ 21687] ( https://github.com/mrdoob/three.js/pull/21687 ) 已获准在 r128中合并
63
+ 4 . PR [ 21729] ( https://github.com/mrdoob/three.js/pull/21729 ) 已获准在 r129中合并
33
64
34
65
Three.js 官方维护人员非常热心和严谨。
35
66
36
67
几乎每天都有新的 PR 被提交,感觉 Three.js 社区活力满满。
37
68
38
69
39
70
40
- > 以上内容更新于 2021.04.16
71
+ > 以上内容更新于 2021.05.22
41
72
42
73
43
74
You can’t perform that action at this time.
0 commit comments