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

Update 03-01

This commit is contained in:
Meow J
2017-06-26 02:22:13 +08:00
parent 82a1575c00
commit 1ea5f9db73
14 changed files with 69 additions and 62 deletions

View File

@@ -3,8 +3,8 @@
原文 | [Colors](http://learnopengl.com/#!Lighting/Colors)
---|---
作者 | JoeyDeVries
翻译 | [Geequlim](http://geequlim.com/)
校对 | [Geequlim](http://geequlim.com/)
翻译 | [Geequlim](http://geequlim.com/), Meow J
校对 | 暂未校对
在前面的教程中我们已经简要提到过该如何在OpenGL中使用颜色(Color),但是我们至今所接触到的都是很浅层的知识。本节我们将会更深入地讨论什么是颜色,并且还会为接下来的光照(Lighting)教程创建一个场景。