File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<br >
5
5
6
- > 以下内容更新于 2021.03.26
6
+ > 以下内容更新于 2021.04.16
7
7
8
8
** 特别提醒:**
9
9
10
10
本教程最开始使用的是 r123 版本,但是后来 Three.js 更新到 r125 版后,r125 中做了一些修改,将 Geometry 从核心类( core ) 中移除,转移到了 examples/jsm/deprecated/。
11
11
12
- 除了 Geometry 之外,还有其他很多地方修改,这就造成本教程一些文章中的示例代码在最新的版本中已经不可用了。
12
+ > Geometry 类已被废弃,不建议继续使用
13
+
14
+ 然后使用 BufferGeometry 代替之前的 Geometry。此外还有其他很多地方修改,这就造成本教程一些文章中的示例代码在最新的版本中已经不可用了。
13
15
14
16
但是文章中讲解的代码思路、原理、用法是不会有太大的差异。
15
17
16
- 目前最新版本为 r126,r127版本也即将发布 ,所以...随着 Three.js 版本不断更新,本教程中的示例代码终会有过时的时候。
18
+ 目前最新版本为 r127版本 ,所以...随着 Three.js 版本不断更新,本教程中的示例代码终会有过时的时候。
17
19
18
20
对于某个具体的类,Three.js 官方文档都有详细的使用示例,可去官网文档查看最新的用法。
19
21
20
22
<br >
21
23
22
- 我在学习的过程中也向 Three.js 官方提交了自己的 PR [ 21409] ( https://github.com/mrdoob/three.js/pull/21409 ) ,贡献出自己一点点代码,在 r127 版本中就会被合并入。
24
+ 我在学习的过程中也向 Three.js 官方提交了自己的 PR,贡献出自己一点点代码。
25
+
26
+ 1 . PR [ 21409] ( https://github.com/mrdoob/three.js/pull/21409 ) 已在 r127 中合并
27
+ 2 . PR [ 21642] ( https://github.com/mrdoob/three.js/pull/21642 ) 已获准在 r128 中合并
23
28
24
29
Three.js 官方维护人员非常热心和严谨。
25
30
26
31
几乎每天都有新的 PR 被提交,感觉 Three.js 社区活力满满。
27
32
28
33
29
34
30
- > 以上内容更新于 2021.03.26
35
+ > 以上内容更新于 2021.04.16
31
36
32
37
33
38
You can’t perform that action at this time.
0 commit comments