mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Added ability to disable shading for RenderablePlanet renderables
This commit is contained in:
@@ -65,6 +65,7 @@ private:
|
||||
ghoul::opengl::ProgramObject* _programObject;
|
||||
ghoul::opengl::Texture* _texture;
|
||||
planetgeometry::PlanetGeometry* _geometry;
|
||||
properties::BoolProperty _performShading;
|
||||
|
||||
glm::dmat3 _stateMatrix;
|
||||
|
||||
|
||||
@@ -76,11 +76,6 @@ namespace renderable {
|
||||
const std::string keyType = "Type";
|
||||
} // namespace renderable
|
||||
|
||||
namespace renderableplanet {
|
||||
const std::string keyFrame = "Frame";
|
||||
const std::string keyGeometry = "Geometry";
|
||||
} // namespace renderableplanet
|
||||
|
||||
namespace planetgeometry {
|
||||
const std::string keyType = "Type";
|
||||
} // namespace planetgeometry
|
||||
|
||||
Reference in New Issue
Block a user