Changeset 8965 in orxonox.OLD for branches/terrain/src/lib/graphics/importer
- Timestamp:
- Jun 30, 2006, 4:09:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/terrain/terrain.cc
r8950 r8965 39 39 return; 40 40 } 41 PRINTF(2)( "Loaded the elevation map\n" ); 41 42 heightfield.height = tmpData->h; 42 43 heightfield.width = tmpData->w;
Note: See TracChangeset
for help on using the changeset viewer.