Changeset 6268 in orxonox.OLD for branches/height_map/src/story_entities/world.h
- Timestamp:
- Dec 22, 2005, 7:35:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/height_map/src/story_entities/world.h
r6263 r6268 25 25 class OggPlayer; 26 26 template<class T> class tList; 27 28 #include "vertex_array_model.h"29 #include "material.h"30 27 31 28 //! The game world … … 119 116 WorldEntity* sky; //!< The Environmental Heaven of orxonox @todo insert this to environment insted 120 117 Terrain* terrain; //!< The Terrain of the World. 121 Material* testMat; 122 Model* TEST; 118 123 119 GLuint objectList; //!< temporary: @todo this will be ereased soon 124 120 tList<WorldEntity>* entities; //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them.
Note: See TracChangeset
for help on using the changeset viewer.