1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

Rewrite 04-05

This commit is contained in:
Meow J
2017-07-09 13:52:00 +08:00
parent a090730cdf
commit 9e7623fee9
2 changed files with 179 additions and 152 deletions

View File

@@ -114,6 +114,7 @@
- Magnify放大
- Minify缩小
- Mipmap多级渐远纹理
- Level (Mipmap):级别
- Channel通道
- Sampler采样器
- Texture Unit纹理单元
@@ -330,6 +331,28 @@
- Back-facing Triangle背向三角形
- Cull剔除
## 04-05
- Framebuffer帧缓冲
- Framebuffer Object帧缓冲对象
- Complete缓冲完整
- Off-screen Rendering离屏渲染
- Renderbuffer Object渲染缓冲对象
- Attach附加
- Format格式
- Internalformat内部格式
- General Purpose Data Buffer通用数据缓冲
- Pass处理阶段
- Inversion反相
- Grayscale灰度
- Weighted加权
- Kernel
- Convolution Matrix卷积矩阵
- Weight权重
- Sharpen锐化
- Blur模糊
- Edge-detection边缘检测
## 06-01
- Debugging调试