mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35:28 +08:00
添加‘它’,指代前文的‘向量’。
This commit is contained in:
@@ -83,7 +83,7 @@ vec4 result = vec4(vect, 0.0, 0.0);
|
|||||||
vec4 otherResult = vec4(result.xyz, 1.0);
|
vec4 otherResult = vec4(result.xyz, 1.0);
|
||||||
```
|
```
|
||||||
|
|
||||||
向量是一种灵活的数据类型,我们可以把用在各种输入和输出上。学完教程你会看到很多新颖的管理向量的例子。
|
向量是一种灵活的数据类型,我们可以把它用在各种输入和输出上。学完教程你会看到很多新颖的管理向量的例子。
|
||||||
|
|
||||||
## 输入与输出
|
## 输入与输出
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user