Changeset 1028 for trunk/packages/vizservers/nanovis/HeightMap.cpp
- Timestamp:
- Jun 9, 2008, 9:08:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/HeightMap.cpp
r1000 r1028 20 20 double HeightMap::valueMax = 1.0; 21 21 22 #define TOPCONTOUR 22 #define TOPCONTOUR 0 23 23 HeightMap::HeightMap() : 24 24 _vertexBufferObjectID(0), … … 150 150 } 151 151 152 #if defTOPCONTOUR152 #if TOPCONTOUR 153 153 if (_topContourVisible) { 154 154 glDisable(GL_BLEND); … … 303 303 _contour = lineFilter.create(0.0f, 1.0f, 10, heights, xCount, yCount); 304 304 305 #if defTOPCONTOUR305 #if TOPCONTOUR 306 306 ContourLineFilter topLineFilter; 307 307 topLineFilter.setHeightTop(true); … … 379 379 _contour = lineFilter.create(0.0f, 1.0f, 10, heightMap, xCount, yCount); 380 380 381 #if defTOPCONTOUR381 #if TOPCONTOUR 382 382 ContourLineFilter topLineFilter; 383 383 topLineFilter.setHeightTop(true);
Note: See TracChangeset
for help on using the changeset viewer.