Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 3:59:09 PM (19 years ago)
Author:
stefalie
Message:

water: fog :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/world_entities/environments/mapped_water.h

    r8467 r8473  
    77#define _MAPPED_WATER_H
    88
    9 /* INCLUDES */
    109#include "world_entity.h"
    1110#include "material.h"
    1211#include "shader.h"
     12#include "effects/fog_effect.h"
     13
    1314
    1415class MappedWater : public WorldEntity
     
    5152    Shader::Uniform*    cam_uni;                    //!< uniform that is used for the camera position
    5253
     54    FogEffect*          fog;
     55
    5356};
    5457
Note: See TracChangeset for help on using the changeset viewer.