Changeset 8362 in orxonox.OLD for trunk/src/lib/graphics/effects
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (18 years ago)
- Location:
- trunk/src/lib/graphics/effects
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/effects/fog_effect.cc
r8316 r8362 17 17 #include "util/loading/load_param.h" 18 18 #include "util/loading/factory.h" 19 20 #include "glincl.h"21 19 22 20 #include "shell_command.h" -
trunk/src/lib/graphics/effects/fog_effect.h
r8255 r8362 9 9 10 10 #include "weather_effect.h" 11 #include "glincl.h" 12 11 13 12 14 class FogEffect : public WeatherEffect … … 43 45 GLfloat fogFadeDuration; 44 46 float localTimer; 45 47 46 48 GLint fogMode; 47 49 GLfloat fogDensity; -
trunk/src/lib/graphics/effects/lense_flare.cc
r8316 r8362 22 22 #include "util/loading/factory.h" 23 23 24 #include "glincl.h"25 24 #include "texture.h" 26 25 -
trunk/src/lib/graphics/effects/lense_flare.h
r7844 r8362 13 13 #include "vector2D.h" 14 14 #include "plane.h" 15 #include "glincl.h" 15 16 16 17 -
trunk/src/lib/graphics/effects/volfog_effect.cc
r8316 r8362 21 21 #include "state.h" 22 22 23 #include "glincl.h"24 //#include "shell_command.h"25 23 26 24 #define GLX_GLXEXT_PROTOTYPES -
trunk/src/lib/graphics/effects/volfog_effect.h
r7810 r8362 9 9 10 10 #include "weather_effect.h" 11 #include "glincl.h" 11 12 12 13 class VolFogEffect : public WeatherEffect
Note: See TracChangeset
for help on using the changeset viewer.