1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

Irregular update

This commit is contained in:
Meow J
2016-07-26 22:41:19 +08:00
parent 6553fce46e
commit 628478b528
38 changed files with 300 additions and 295 deletions

View File

@@ -67,4 +67,4 @@ Required library DirectX not found! Install the library (including dev packages)
如果你想要让Assimp使用多线程支持来提高性能你可以使用<b>Boost</b>库来编译 Assimp。在[Boost安装页面](http://assimp.sourceforge.net/lib_html/install.html)你能找到关于Boost的完整安装介绍。
现在你应该已经能够编译Assimp库并链接Assimp到你的工程里去了。下一步[导入完美的3D物件](http://learnopengl-cn.readthedocs.org/zh/latest/03%20Model%20Loading/02%20Mesh/)
现在你应该已经能够编译Assimp库并链接Assimp到你的工程里去了。下一步[导入完美的3D物件](02 Mesh.md)