Position, scale and texturepath properties

This commit is contained in:
Sebastian Piwell
2016-03-10 15:04:44 -05:00
parent afc3883d4d
commit a53e289a20
6 changed files with 29 additions and 25 deletions

View File

@@ -28,6 +28,7 @@
#include <openspace/properties/propertyowner.h>
#include <openspace/properties/vectorproperty.h>
#include <openspace/properties/scalarproperty.h>
#include <openspace/properties/stringproperty.h>
namespace openspace {
@@ -49,8 +50,8 @@ protected:
properties::BoolProperty _enabled;
properties::BoolProperty _flatScreen;
properties::Vec3Property _position;
properties::Vec2Property _size;
properties::FloatProperty _scale;
properties::StringProperty _texturePath;
GLuint _quad;
GLuint _vertexPositionBuffer;