src/gl/partrenderer.h

changeset 34
1de2b8d64e9f
parent 31
b6df269a2c6b
child 35
98906a94732f
--- a/src/gl/partrenderer.h	Sun Jan 26 14:29:30 2020 +0200
+++ b/src/gl/partrenderer.h	Tue Jan 28 23:34:49 2020 +0200
@@ -41,8 +41,6 @@
 	static constexpr double MAX_ZOOM = 3.0;
 	double zoom = 1.0;
 	bool initialized = false;
-	void initializeLighting();
 	void renderVao(const gl::ArrayClass arrayClass);
 	void checkForGLErrors();
-	glm::mat4 modelMatrix() const;
 };

mercurial