Ignore:
Timestamp:
07/28/06 09:37:05 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1141 r1168  
    298298                                mForcedMaterial.mDiffuseColor.b = 1.0f; 
    299299                                const float importance =  
    300                                         (float)leaf->GetViewCell()->GetPvs().CountPvs() / (float)maxPvs; 
     300                                        (float)leaf->GetViewCell()->GetPvs().CountObjectsInPvs() / (float)maxPvs; 
    301301 
    302302                                mForcedMaterial.mDiffuseColor.r = importance; 
Note: See TracChangeset for help on using the changeset viewer.