More changes to RenderableStars using the AMNH test target

Removed superfluous properties of RenderableStars
Removed specialized settings file
This commit is contained in:
Alexander Bock
2015-02-22 23:51:26 +01:00
parent a7bd6319db
commit 34ff3c6018
6 changed files with 13 additions and 44 deletions

View File

@@ -73,9 +73,6 @@ private:
properties::OptionProperty _colorOption;
bool _dataIsDirty;
properties::Vec2Property _magnitudeClamp;
properties::FloatProperty _exponentialOffset;
properties::FloatProperty _exponentialDampening;
properties::FloatProperty _scaleFactor;
ghoul::opengl::ProgramObject* _program;