Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2006, 2:38:19 PM (18 years ago)
Author:
amaechler
Message:

branches/atmosphere_engine: wind, rain changes

File:
1 edited

Legend:

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

    r7652 r7682  
    4040                inline void setRainVelocity(float velocity) { this->rainVelocity = -velocity; }
    4141                inline void setRainLife(float life) { this->rainLife = life; }
    42                 inline void setMoveRain() { PRINTF(0)( "setting move true\n"); this->rainMove = true; }
     42                inline void setRainWind(int force) { this->rainWindForce = force; }
     43
     44                inline void setRainOption(string option) {
     45                        PRINTF(0)( "setting move true\n");
     46                        this->rainMove = true;
     47                }
    4348
    4449
     
    5257                GLfloat                                                                                                         rainVelocity;
    5358                GLfloat                                                                                                         rainLife;
     59                GLfloat                                                                                                         rainMaxParticles;
     60                int                                                                                                                             rainWindForce;
    5461                bool                                                                                                                    rainMove;
    5562
Note: See TracChangeset for help on using the changeset viewer.