Ignore:
Timestamp:
Jun 9, 2008, 9:08:02 AM (16 years ago)
Author:
gah
Message:

various cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/HeightMap.cpp

    r1000 r1028  
    2020double HeightMap::valueMax = 1.0;
    2121
    22 #define TOPCONTOUR
     22#define TOPCONTOUR      0
    2323HeightMap::HeightMap() :
    2424    _vertexBufferObjectID(0),
     
    150150        }
    151151
    152 #ifdef TOPCONTOUR
     152#if TOPCONTOUR
    153153        if (_topContourVisible) {
    154154            glDisable(GL_BLEND);
     
    303303    _contour = lineFilter.create(0.0f, 1.0f, 10, heights, xCount, yCount);
    304304
    305 #ifdef TOPCONTOUR
     305#if TOPCONTOUR
    306306    ContourLineFilter topLineFilter;
    307307    topLineFilter.setHeightTop(true);
     
    379379    _contour = lineFilter.create(0.0f, 1.0f, 10, heightMap, xCount, yCount);
    380380   
    381 #ifdef TOPCONTOUR
     381#if TOPCONTOUR
    382382    ContourLineFilter topLineFilter;
    383383    topLineFilter.setHeightTop(true);
Note: See TracChangeset for help on using the changeset viewer.