~georg-zotti/stellarium/landscape-addons

« back to all changes in this revision

Viewing changes to src/core/StelSkyDrawer.hpp

  • Committer: georg-zotti
  • Date: 2013-11-25 15:46:53 UTC
  • Revision ID: georg.zotti@univie.ac.at-20131125154653-ylhul5ym11j4bndn
refactored: better naming

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
        //! Get flag for source twinkling.
145
145
        bool getFlagTwinkle() const {return flagStarTwinkle;}
146
146
 
147
 
        //! Set the parameters so that the stars disapear at about the limit given by the bortle scale
 
147
        //! Set the parameters so that the stars disappear at about the limit given by the bortle scale
148
148
        //! The limit is valid only at a given zoom level (around 60 deg)
149
149
        //! See http://en.wikipedia.org/wiki/Bortle_Dark-Sky_Scale
150
 
        void setBortleScale(int index);
 
150
        void setBortleScaleIndex(int index);
151
151
        //! Get the current Bortle scale index
152
 
        int getBortleScale() const {return bortleScaleIndex;}
 
152
        int getBortleScaleIndex() const {return bortleScaleIndex;}
153
153
 
154
154
        //! Get the magnitude of the currently faintest visible point source
155
155
        //! It depends on the zoom level, on the eye adapation and on the point source rendering parameters