Changeset 6100 in orxonox.OLD for trunk/src/lib/graphics/importer/height_map.cc
- Timestamp:
- Dec 14, 2005, 1:46:12 PM (20 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/height_map.cc
r6099 r6100 27 27 #endif 28 28 29 HeightMap::HeightMap() : Model()29 HeightMap::HeightMap() : StaticModel() 30 30 { 31 31 32 32 } 33 33 34 HeightMap::HeightMap(const char* height_map_name = NULL) : Model()34 HeightMap::HeightMap(const char* height_map_name = NULL) : StaticModel() 35 35 { 36 36 this->setClassID(CL_HEIGHT_MAP, "HeightMap");
Note: See TracChangeset
for help on using the changeset viewer.