1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00
This commit is contained in:
Meow J
2016-08-08 01:06:53 +08:00
parent 2702ffd082
commit 62ece7ce3f
12 changed files with 134 additions and 116 deletions

View File

@@ -49,7 +49,7 @@
## 01-04
- Graphics Pipeline图形渲染管线
- Resolution分辨率
- Resolution(图像,屏幕):分辨率
- Shader着色器
- GLSLOpenGL Shading LanguageOpenGL着色器语言
- Vertex Data顶点数据
@@ -78,6 +78,7 @@
- Perspective Division透视划分
- Fragment Shader片段着色器
- Component分量
- Element元素
- Normalize标准化
- Stride步长
- Offset偏移量
@@ -101,7 +102,7 @@
- Preprocessor Directives预处理指令
- Debug调试
## 01-05
## 01-06
- Texture Coordinate纹理坐标
- Sampling采样
@@ -116,3 +117,23 @@
- Channel通道
- Sampler采样器
- Texture Unit纹理单元
## 01-07
- Direction方向
- Magnitude大小
- Dimension数学维度
- Scalar标量
- Position Vector位置向量
- Unit Vector单位向量
- Pythagoras Theorem勾股定理
- Dot Product点乘点积
- Cross Product叉乘叉积
- Identity Matrix单位矩阵
- Scale缩放
- Translation位移
- Homogeneous Coordinate齐次坐标
- Direction Vector方向向量
- Rotation旋转
- Rotation Axis旋转轴
- Column-major Ordering列主序