Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8483 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2006, 5:17:35 PM (18 years ago)
Author:
stefalie
Message:

water: some more cleanup

Location:
branches/water/src/world_entities/environments
Files:
2 edited

Legend:

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

    r8482 r8483  
    146146  delete shader;
    147147  delete cam_uni;
    148   delete fog;
     148  //delete fog;
    149149}
    150150
  • branches/water/src/world_entities/environments/mapped_water.h

    r8482 r8483  
    3131    void loadParams(const TiXmlElement* root);
    3232
     33    void draw() const;
     34    void tick(float dt);
    3335
     36    // function to prepare renderpaths for creation of refleaction and reflaction textures
    3437    void activateReflection();
    3538    void deactivateReflection();
    36 
    3739    void activateRefraction();
    3840    void deactivateRefraction();
    39 
    40     void draw() const;
    41     void tick(float dt);
    4241
    4342    // functions to set parameters for the water, usually they're called through loadparam
Note: See TracChangeset for help on using the changeset viewer.