Change screenspaceskybrowser to renderableskybrowser

This commit is contained in:
Ylva Selling
2022-03-14 16:49:30 -04:00
parent 990d7e0a98
commit bf5069fbf6
12 changed files with 291 additions and 751 deletions
+6 -9
View File
@@ -67,23 +67,20 @@ public:
protected:
virtual void bindTexture();
virtual void unbindTexture();
protected:
properties::OptionProperty _blendMode;
private:
void createPlane();
properties::BoolProperty _billboard;
properties::OptionProperty _blendMode;
properties::BoolProperty _mirrorBackside;
properties::BoolProperty _billboard;
properties::FloatProperty _size;
properties::Vec3Property _multiplyColor;
ghoul::opengl::ProgramObject* _shader = nullptr;
GLuint _quad = 0;
GLuint _vertexPositionBuffer = 0;
private:
bool _planeIsDirty = false;
};