Ignore:
Timestamp:
01/09/08 18:46:51 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2582 r2586  
    211211                const float importance = log10(1e3*ray->mWeightedPvsContribution)/3.0f; 
    212212                 
    213                 glColor3f(1.0f, 0.0f, 0.0f); 
    214                 //glColor3f(importance, importance, importance); 
     213                //glColor3f(1.0f, 0.0f, 0.0f); 
     214                glColor3f(importance, importance, importance); 
    215215                glVertex3fv(&ray->mOrigin.x); 
    216216                glVertex3fv(&ray->mTermination.x); 
Note: See TracChangeset for help on using the changeset viewer.