1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00
This commit is contained in:
Meow J
2017-04-24 18:51:27 +08:00
parent 6d253c4a0f
commit bdbe436d76
4 changed files with 15 additions and 0 deletions

View File

@@ -128,3 +128,10 @@ var {
font-family: "Courier New", Courier, monospace; font-family: "Courier New", Courier, monospace;
color: #227; color: #227;
} }
img.patreon {
border: none;
display: inline-block;
max-height: 13px;
margin-bottom: 2px;
}

View File

@@ -2,6 +2,8 @@
欢迎来到OpenGL的世界。这个工程只是我([JoeyDeVries](http://joeydevries.com/))的一次小小的尝试希望能够建立起一个完善的OpenGL教学平台。无论你学习OpenGL是为了学业找工作或仅仅是因为兴趣这个网站都将能够教会你**现代**(Core-profile) OpenGL的基础中级以及高级知识。LearnOpenGL的目标是使用易于理解的形式使用清晰的例子展现现代OpenGL的所有知识点与此同时为以后的学习提供有用的参考。 欢迎来到OpenGL的世界。这个工程只是我([JoeyDeVries](http://joeydevries.com/))的一次小小的尝试希望能够建立起一个完善的OpenGL教学平台。无论你学习OpenGL是为了学业找工作或仅仅是因为兴趣这个网站都将能够教会你**现代**(Core-profile) OpenGL的基础中级以及高级知识。LearnOpenGL的目标是使用易于理解的形式使用清晰的例子展现现代OpenGL的所有知识点与此同时为以后的学习提供有用的参考。
如果您喜欢这个系列教程的话不妨到JoeyDeVries的[Patreon](https://www.patreon.com/learnopengl)上支持一下作者,让这个教程能够持续完善并更新。
## 为什么要阅读这些教程呢? ## 为什么要阅读这些教程呢?
<img alt="Image of smiling textured containers in OpenGL" src="img/index_image2.png" class="right medium" /> <img alt="Image of smiling textured containers in OpenGL" src="img/index_image2.png" class="right medium" />

BIN
yeti/img/patreon_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -66,6 +66,12 @@
</a> </a>
</li> </li>
{% endif %} {% endif %}
<li>
<a href="https://www.patreon.com/learnopengl">
<img class="patreon" src="/img/patreon_logo.png" alt="">
Patreon
</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>