1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 20:55:27 +08:00

Replace the images with official ones.

This commit is contained in:
Meow J
2015-11-21 01:35:47 +08:00
parent ebf53924c7
commit c009feeaf0
5 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ void main()
如果我们从箱子的一角往里看,就能看到里面用的是另一个纹理。
![](http://bullteacher.com/wp-content/uploads/2015/06/advanced_glsl_frontfacing.png)
![](http://learnopengl.com/img/advanced/advanced_glsl_frontfacing.png)
注意,如果你开启了面剔除,你就看不到箱子里面有任何东西了,所以此时使用`gl_FrontFacing`毫无意义。