Add a method for creating a unique name for screenspace renderable (closes #652)

This commit is contained in:
Alexander Bock
2019-12-27 21:25:22 +01:00
parent ce7795a67b
commit a51cee1f36
8 changed files with 63 additions and 75 deletions
@@ -75,6 +75,8 @@ public:
protected:
void createShaders();
std::string makeUniqueIdentifier(std::string name);
glm::mat4 scaleMatrix();
glm::mat4 globalRotationMatrix();
glm::mat4 translationMatrix();