Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9006 in orxonox.OLD for trunk/src/world_entities/skydome.h


Ignore:
Timestamp:
Jul 2, 2006, 2:11:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the mountain_lake branche back to the trunk
merged with command:
svn merge -r8799:HEAD https://svn.orxonox.net/orxonox/branches/mountain_lake .

conflicts in script taken from the branche, since they are indentation-problems.

also fixed the delete-bug for the lightning-effect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/skydome.h

    r8793 r9006  
    3434  void setShader(Shader* shader);
    3535  void setTexture(GLuint texture);
     36 
     37  void activate();
     38  void deactivate();
    3639
    3740private:
     
    4447  };
    4548
     49  bool activateDome;
    4650 
    4751  VertexInfo *planeVertices;
Note: See TracChangeset for help on using the changeset viewer.