Skip to content

Commit 21365a5

Browse files
committed
🎨 Update pics for threejs notes
1 parent c400520 commit 21365a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/posts/threejs-journey-notes-1-basics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ tick()
117117
- [https://twitter.com/Snapman_I_Am/status/800567120765616128](https://twitter.com/Snapman_I_Am/status/800567120765616128)
118118
- 0.1 可以,具体取决于project
119119

120+
![](https://static.zhuzi.dev/threejs-journey/camera-fov.png)
121+
![](https://static.zhuzi.dev/threejs-journey/camera-move.png)
122+
120123

121124
## Geometries
122125

@@ -225,6 +228,7 @@ unwrapping 出来的平面就会有各个点的 uv 2D coordinates(`geometry.at
225228

226229
如果是自己创作新的 geometry,就会需要自行设置 uv coordinates。
227230

231+
![](https://static.zhuzi.dev/threejs-journey/uv-unwrapping.png)
228232

229233
```js
230234
// repeat: 2D vector

0 commit comments

Comments
 (0)