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

Rewrite 02-05

This commit is contained in:
Meow J
2017-06-23 16:17:46 +08:00
parent 3a3c59dc52
commit fd8f8bb099
3 changed files with 134 additions and 124 deletions

View File

@@ -321,7 +321,7 @@ for(unsigned int i = 0; i < 10; i++)
![coordinate_systems_multiple_objects](../img/01/08/coordinate_systems_multiple_objects.png)
完美!这就像我们的箱子找到志同道合的小伙伴一样。如果你在这里卡住了,你可以对照一下[源代码](https://learnopengl.com/code_viewer_gh.php?code=src/1.getting_started/6.3.coordinate_systems_multiple/coordinate_systems_multiple.cpp) 。
完美!看起来我们的箱子已经找到志同道合的小伙伴。如果你在这里卡住了,你可以对照一下[源代码](https://learnopengl.com/code_viewer_gh.php?code=src/1.getting_started/6.3.coordinate_systems_multiple/coordinate_systems_multiple.cpp) 。
## 练习