Changeset 9727 in orxonox.OLD for branches/new_class_id/src/lib/graphics/effects
- Timestamp:
- Sep 14, 2006, 5:24:31 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/graphics/effects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/effects/atmospheric_engine.cc
r9715 r9727 20 20 #include "effects/fog_effect.h" 21 21 22 #include "util/loading/load_param .h"22 #include "util/loading/load_param_xml.h" 23 23 #include "util/loading/factory.h" 24 24 -
branches/new_class_id/src/lib/graphics/effects/lense_flare.cc
r9716 r9727 27 27 #include "light.h" 28 28 #include "state.h" 29 #include "debug.h" 29 30 30 31 #include "render2D/image_plane.h" -
branches/new_class_id/src/lib/graphics/effects/volfog_effect.cc
r9716 r9727 23 23 #include "glincl.h" 24 24 //#include "shell_command.h" 25 #include "debug.h" 26 25 27 26 28 #define GLX_GLXEXT_PROTOTYPES
Note: See TracChangeset
for help on using the changeset viewer.