Changeset 8946 in orxonox.OLD for branches/mountain_lake/src/world_entities/skydome.h
- Timestamp:
- Jun 30, 2006, 10:12:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/world_entities/skydome.h
r8793 r8946 34 34 void setShader(Shader* shader); 35 35 void setTexture(GLuint texture); 36 37 void activate(); 38 void deactivate(); 36 39 37 40 private: … … 44 47 }; 45 48 49 bool activateDome; 46 50 47 51 VertexInfo *planeVertices;
Note: See TracChangeset
for help on using the changeset viewer.