Merge branch 'develop' of openspace.itn.liu.se:/openspace into develop

This commit is contained in:
Alexander Bock
2014-12-03 15:42:51 +01:00
11 changed files with 132 additions and 63 deletions
@@ -59,6 +59,7 @@ private:
void loadTexture();
properties::StringProperty _texturePath;
properties::BoolProperty _billboard;
glm::vec2 _size;
Origin _origin;
@@ -42,6 +42,7 @@ public:
struct Function {
std::string name;
lua_CFunction function;
std::string argumentText;
std::string helpText;
};
std::string name;