Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2006, 12:16:09 PM (18 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: added function to slowly start rain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.h

    r8079 r8119  
    4040                void initialize(char* fileName);
    4141
    42                 GLUquadricObj*                  sphereObj;                                                      // A Placeholder for the SkySphere.
    43                 Material*                                               cloudMaterial;                                  // A Material for the SkySphere.
    44                 float                                                           sphereRadius;                                           // Radius of the SkySphere.
    45                 float                                                   mover;
    46                 float                                                           cloudSpeed;
    47                 std::string                             cloudTexture;
     42                GLUquadricObj*                  sphereObj;              // A Placeholder for the Sphere.
     43                Material*                       cloudMaterial;          // A Material for the Sphere.
     44                float                           sphereRadius;           // Radius of the Sphere.
     45
     46                float                           mover;
     47                float                           cloudSpeed;
     48                std::string                     cloudTexture;
    4849
    4950                inline void setCloudTexture(const std::string& file) { this->cloudTexture = file; }
Note: See TracChangeset for help on using the changeset viewer.