Changeset 10124 in orxonox.OLD for branches/heathaze/src
- Timestamp:
- Dec 20, 2006, 3:10:41 PM (18 years ago)
- Location:
- branches/heathaze/src/world_entities/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/heathaze/src/world_entities/effects/heat_haze.cc
r10067 r10124 58 58 { 59 59 // all the clases this Entity is directly derived from must be called in this way, to load all settings. 60 WorldEntity::loadParam (root);60 WorldEntity::loadParams(root); 61 61 62 62 … … 98 98 */ 99 99 } 100 101 102 /**103 *104 *105 */106 void HeatHaze::collidesWith (WorldEntity* entity, const Vector& location)107 {108 109 } -
branches/heathaze/src/world_entities/effects/heat_haze.h
r10067 r10124 8 8 9 9 #include "world_entity.h" 10 #include "shader.h" 10 11 11 12 //! A Class to generate a heat haze effect … … 30 31 31 32 private: 33 Shader haze; 32 34 33 35 };
Note: See TracChangeset
for help on using the changeset viewer.