Ignore:
Timestamp:
09/02/08 09:07:45 (16 years ago)
Author:
mattausch
Message:

shadow mapping almost working (but ulgy!!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.cpp

    r2888 r2894  
    637637void Bvh::RecomputeBounds() 
    638638{ 
    639         // clear old list 
    640         mTestNodes.clear(); 
    641  
    642639        // collect all nodes 
    643640        BvhNodeContainer nodes; 
     
    662659 
    663660        // recreate indices used for indirect mode rendering 
    664         if (mIndices) 
    665                 CreateIndices(); 
     661        if (mIndices) CreateIndices(); 
    666662} 
    667663 
Note: See TracChangeset for help on using the changeset viewer.