Skip to content

Commit cb23af0

Browse files
SeiyaCoopergreggman
authored andcommitted
fix some typo
1 parent ea685cd commit cb23af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TOC: WebGL 纹理映射的透视纠正
1010
在"[工作原理](webgl-how-it-works.html)"中我们讲过了可变量的工作原理,
1111
顶点着色器可以声明可变量并给它赋值,一旦顶点着色器被引用 3 次就会画一个三角形。
1212
绘制这个三角形的每个像素都会调用片段着色器获得像素颜色,
13-
在三个顶点之间的点会得到差之后的可变量
13+
在三个顶点之间的点会得到插值之后的可变量
1414

1515
{{{diagram url="resources/fragment-shader-anim.html" width="600" height="400" caption="v_color is interpolated between v0, v1 and v2" }}}
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ WebGL会从创建的贴图中找到从之前级别贴图插值出的 2×2 贴图
424424
<code>TEXTURE_WRAP_S</code> 和 <code>TEXTURE_WRAP_T</code>,
425425
但是出于某些原因我的图形相关的同事都叫它 Ew-Vees。
426426
</p>
427-
<p>所以现在你就知道了如果有人说 UVs 其实就是再说纹理坐标。</p>
427+
<p>所以现在你就知道了如果有人说 UVs 其实就是在说纹理坐标。</p>
428428
</div>
429429

430430

0 commit comments

Comments
 (0)