Ignore:
Timestamp:
11/30/06 16:17:35 (18 years ago)
Author:
bittner
Message:

gl render updates - separate gl viewer widget

File:
1 edited

Legend:

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

    r1829 r1832  
    28642864         
    28652865        // $$  
    2866         // sumWeights = leaf->mTotalRays; 
     2866        sumWeights = leaf->mTotalRays; 
    28672867 
    28682868        //$$ test 30.11. 2006  
    28692869        // normalize per volume of the cell not the number of rays! 
    2870         sumWeights = spatialArea*dirArea; 
     2870        // sumWeights = spatialArea*dirArea; 
    28712871         
    28722872        if (sumWeights != 0.0f) { 
Note: See TracChangeset for help on using the changeset viewer.