tesseract wireframe and project rename/refactor

This commit is contained in:
2018-12-19 07:36:33 -05:00
parent 7b85d1e4db
commit 83d0ce5ef3
14 changed files with 282 additions and 207 deletions

View File

@@ -190,10 +190,12 @@ int App::run() {
_time += (_glfw_time - _last_glfw_time) * _rate;
update();
display();
_last_time = _time;
_last_glfw_time = _glfw_time;
_frame++;
glfwPollEvents();
};