mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
updates to the imagesequencing & renderableplanet projection classes mainly
This commit is contained in:
@@ -57,8 +57,12 @@ protected:
|
||||
|
||||
private:
|
||||
properties::StringProperty _colorTexturePath;
|
||||
properties::StringProperty _bumpTexturePath;
|
||||
|
||||
ghoul::opengl::ProgramObject* _programObject;
|
||||
ghoul::opengl::Texture* _texture;
|
||||
ghoul::opengl::Texture* _bumpMap;
|
||||
|
||||
|
||||
modelgeometry::ModelGeometry* _geometry;
|
||||
|
||||
@@ -67,10 +71,13 @@ private:
|
||||
std::string _source;
|
||||
std::string _destination;
|
||||
|
||||
|
||||
psc _sunPosition;
|
||||
|
||||
properties::BoolProperty _performShading;
|
||||
properties::BoolProperty _performFade;
|
||||
|
||||
properties::FloatProperty _fading;
|
||||
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user