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

Update 04-03

This commit is contained in:
Meow J
2017-07-02 19:17:28 +08:00
parent 4d1e85ba1b
commit 7e0a0d1845
3 changed files with 118 additions and 114 deletions

View File

@@ -109,7 +109,7 @@
- Wrapping环绕方式
- Clamp约束
- Nearest Neighbor Filtering临近过滤
- Texture PixelTexel纹理像素
- Texture PixelTexel纹理像素,纹素
- (Bi)linear Filtering线性过滤
- Magnify放大
- Minify缩小
@@ -303,6 +303,20 @@
- Filter后期处理滤镜
- Shadow Volume阴影体积
## 04-03
- Blending混合
- Transparency透明
- Solid Color纯色
- Alpha Value透明度Alpha值
- Source Color Vector源颜色向量
- Destination Color Vector目标颜色向量
- Source Factor Value源因子值
- Destination Factor Value目标因子值
- Blend Equation混合方程
- Reverse Iterator反向迭代器
- Order Independent Transparency次序无关透明度
## 06-01
- Debugging调试