Ignore:
Timestamp:
01/19/06 15:30:44 (18 years ago)
Author:
bittner
Message:

debug version looking for glrenderer bug...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.cpp

    r535 r556  
    922922            // kd tree PVS 
    923923                float contribution; 
    924                 if (leaf->mKdPvs.AddSample(node, contribution)) 
     924                if (leaf->mKdPvs.AddSample(node, 1.0f, contribution)) 
    925925              totalPvsSize++; 
    926926          } 
Note: See TracChangeset for help on using the changeset viewer.