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-07-09 20:12:16 +08:00
parent 94968f8194
commit 07f41c6481
2 changed files with 28 additions and 3 deletions

View File

@@ -44,4 +44,29 @@
- KeyCallback按键回调
- Callback回调
- Rendering渲染
- Call调用
- Call调用
## 01-04
- Graphics Pipeline图形渲染管线
- Resolution分辨率
- Shader着色器
- GLSLOpenGL Shading LanguageOpenGL着色器语言
- Vertex Data顶点数据
- Vertex顶点
- Vertex Attribute顶点属性
- Primitive图元
- Vertex Shader顶点着色器
- Primitive Assembly图元装配
- Rasterization光栅化
- Fragment片段
- Fragment Shader片段着色器
- View视图
- Alpha TestAlpha测试
- Depth深度
- Light光照
- Transform变换
- Normalized Device Coordinates标准化设备坐标NDC
- Position位置
- Coordinate Space坐标空间
- Screen-space Coordinates屏幕空间坐标