~alexwolf/stellarium/equation-of-time

« back to all changes in this revision

Viewing changes to src/core/modules/SolarSystem.hpp

  • Committer: Alexander Wolf
  • Date: 2014-02-05 17:02:03 UTC
  • mfrom: (6538.1.4 trunk)
  • Revision ID: alex.v.wolf@gmail.com-20140205170203-rjd6byggp6nwpp3u
sync with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
 
315
315
        void recreateTrails();
316
316
 
 
317
        //! Calculates the shadow information for the shadow planet shader.
 
318
        void computeShadowInfo();
 
319
 
 
320
        //! Used by computeShadowInfo to generate shadow info texture before uploading it.
 
321
        QVector<Vec4f> shadowInfoBuffer;
 
322
 
 
323
        //! Used by computeShadowInfo to store computed planet model matrices used to generate the
 
324
        //! shadow info texture.
 
325
        QVector<Mat4d> shadowModelMatricesBuffer;
317
326
 
318
327
        //! Used to count how many planets actually need shadow information
319
328
        int shadowPlanetCount;