Merge pull request #1894 from OpenSpace/thesis/2021/skybrowser

Thesis/2021/skybrowser
This commit is contained in:
sylvass
2022-04-08 12:12:01 -04:00
committed by GitHub
32 changed files with 10114 additions and 106 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;
};