We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c400520 commit 21365a5Copy full SHA for 21365a5
1 file changed
content/posts/threejs-journey-notes-1-basics.md
@@ -117,6 +117,9 @@ tick()
117
- [https://twitter.com/Snapman_I_Am/status/800567120765616128](https://twitter.com/Snapman_I_Am/status/800567120765616128)
118
- 0.1 可以,具体取决于project
119
120
+
121
+
122
+
123
124
## Geometries
125
@@ -225,6 +228,7 @@ unwrapping 出来的平面就会有各个点的 uv 2D coordinates(`geometry.at
225
228
226
229
如果是自己创作新的 geometry,就会需要自行设置 uv coordinates。
227
230
231
+
232
233
```js
234
// repeat: 2D vector
0 commit comments