1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00
This commit is contained in:
Meow J
2016-07-12 01:02:35 +08:00
parent 07f41c6481
commit 9bed6f8c4f
11 changed files with 156 additions and 160 deletions

View File

@@ -69,4 +69,18 @@
- Normalized Device Coordinates标准化设备坐标NDC
- Position位置
- Coordinate Space坐标空间
- Screen-space Coordinates屏幕空间坐标
- Screen-space Coordinates屏幕空间坐标
- VBOVertex Buffer Objects顶点缓冲对象
- Vertex Attribute顶点属性
- Position位置
- Location位置值
- Vector向量
- Perspective Division透视划分
- Fragment Shader片段着色器
- Component分量
- Normalize标准化
- Stride步长
- Offset偏移量
- VAO顶点数组对象Vertex Array Object
- Element Buffer ObjectIndex Buffer ObjectEBOIBO索引缓冲对象
- Wireframe Mode线框模式