diff dmglrender.h @ 92:28dd29f3a65f

Remove DMSimpleRenderer::animate() and use direct time value in drawScene() etc.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 May 2021 00:44:40 +0300
parents 4df8a7337e3e
children
line wrap: on
line diff
--- a/dmglrender.h	Mon Jan 18 12:23:48 2021 +0200
+++ b/dmglrender.h	Tue May 25 00:44:40 2021 +0300
@@ -39,7 +39,6 @@
     bool compileModelShaders(DMModel &model);
     bool setupLight(const int n, DMLight &light);
     bool setupCamera(DMCamera &camera);
-    bool animate(DMSimpleScene &scene, const float time);
 };
 
 #endif