Changeset 8362 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (19 years ago)
- Location:
- trunk/src/lib/graphics
- Files:
-
- 9 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 -
trunk/src/lib/graphics/importer/material.cc
r8316 r8362 21 21 #include "texture.h" 22 22 #include "debug.h" 23 #include "compiler.h" 23 24 #include "util/loading/resource_manager.h" 24 25 -
trunk/src/lib/graphics/importer/static_model.cc
r8316 r8362 20 20 #include "static_model.h" 21 21 22 #include " stdlibincl.h"22 #include "debug.h" 23 23 #include <stdarg.h> 24 24 -
trunk/src/lib/graphics/importer/vertex_array_model.cc
r7194 r8362 18 18 #include "vertex_array_model.h" 19 19 20 #include "stdlibincl.h"21 20 #include <stdarg.h> 21 #include "debug.h" 22 22 23 23 #include "tc.h"
Note: See TracChangeset
for help on using the changeset viewer.