Skip to content

Commit be83543

Browse files
Sunjnngreggman
authored andcommitted
fix: correct Chinese translation
Corrected language issues in the Chinese translation of the file `webgl-3d-perspective.md`.
1 parent 1901819 commit be83543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webgl/lessons/zh_cn/webgl-3d-perspective.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ abs(3.333 - 6.666) = 3.333
4848
是一个较小的值(-1 到 +1)。但是我们可以提供一个
4949
fudgeFactor 因子和 Z 相乘,这样就可以调整缩放的程度。
5050

51-
让我们来试试,首先修改顶点着色器,除以 Z 再乘以我们的
52-
"fudgeFactor" 因子
51+
让我们来试试,首先修改顶点着色器,除以与 "fudgeFactor" 因子
52+
相乘之后的 Z
5353

5454
```
5555
<script id="vertex-shader-3d" type="x-shader/x-vertex">

0 commit comments

Comments
 (0)