mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Change screenspaceskybrowser to renderableskybrowser
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user