Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2006, 5:20:24 PM (18 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine

File:
1 edited

Legend:

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

    r7562 r7577  
    88#include "vector.h"
    99#include "particle_system.h"
    10 #include "material.h"
     10//#include "material.h"
     11
     12class SparkParticles;
     13class ParticleEmitter;
    1114
    1215#include "weather_effect.h"
     
    3437
    3538  private:
    36 //     GLint                   rainMode;
     39    static SparkParticles*            rainParticles;
     40    ParticleEmitter*                  emitter;
     41
    3742//     GLfloat                 rainDensity;
    3843//     GLfloat                 rainStart;
Note: See TracChangeset for help on using the changeset viewer.