Added billboard support for RenderablePlane

This commit is contained in:
Jonas Strandstedt
2014-12-03 14:48:50 +01:00
parent a5e122b822
commit f7b2bc12e0
3 changed files with 11 additions and 1 deletions
@@ -59,6 +59,7 @@ private:
void loadTexture();
properties::StringProperty _texturePath;
properties::BoolProperty _billboard;
glm::vec2 _size;
Origin _origin;