Ignore:
Timestamp:
02/28/07 16:01:10 (17 years ago)
Author:
bittner
Message:

merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.cpp

    r2148 r2173  
    418418                  //              glColor3f(visibility, 0.0f, 0.0f); 
    419419 
    420                   RgbColor color = RainbowMapping(mTransferFunction*log10(entry.mData.mSumPdf + 1)); 
     420                  RgbColor color = RainbowColorMapping(mTransferFunction*log10(entry.mData.mSumPdf + 1)); 
    421421                  glColor3f(color.r, color.g, color.b); 
    422422                   
     
    10561056                ((float)vc->GetPvs().GetSize() / (float)maxPvs); 
    10571057          //      c = RgbColor(importance, 1.0f - importance, 0.0f); 
    1058           c = RainbowMapping(importance); 
     1058          c = RainbowColorMapping(importance); 
    10591059           
    10601060        } 
Note: See TracChangeset for help on using the changeset viewer.