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

Update 04-02

This commit is contained in:
Meow J
2017-06-30 00:30:50 +08:00
parent f25677838a
commit c85b30fbe9
3 changed files with 105 additions and 96 deletions

View File

@@ -280,7 +280,7 @@
- Read-only只读的
- Enable启用
- Disable禁用
- Depth Mask深度遮罩
- Depth Mask深度掩码
- Depth Function深度函数
- Near平截头体近平面
- Far平截头体远平面
@@ -289,6 +289,20 @@
- Coplanar共面
- Anti z-fighting抗深度冲突
## 04-02
- Stencil Buffer模板缓冲
- Stencil Value模板值
- Bitmask位掩码
- Stencil Mask模板掩码
- Stencil Test Function模板测试函数
- Reference Value参考值
- Object Outlining物体轮廓
- Write写入
- Gaussian Blur高斯模糊
- Filter后期处理滤镜
- Shadow Volume阴影体积
## 06-01
- Debugging调试