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

Transformations

This commit is contained in:
Meow J
2015-07-17 21:19:48 +08:00
parent 5eef1dd64c
commit d1cfb73151
52 changed files with 405 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ void Do_Movement()
![](../img/camera5.gif)
现在我们有了一个在任何系统上移动速度都一样的摄像机。这里是源码。我们可以看到任何移动都会影响返回的deltaTime值。