Ignore:
Timestamp:
01/20/08 22:11:30 (16 years ago)
Author:
bittner
Message:

TEST PVS RENDERING ON

File:
1 edited

Legend:

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

    r2618 r2619  
    25912591 
    25922592        // check if last ray was not same ray with reverse direction 
    2593         //      if (1)  
     2593        if (1)  
    25942594                // tmp matt: don't use when origin objects are not accounted for, currently the second ray is lost!! 
    25952595          // $$JB: reenabled again - should use the same viewcells for the next ray ray if 
    25962596          // it goes in the oposite direction 
    2597         if (!lastVssRay || 
    2598                 !(ray.mOrigin == lastVssRay->mTermination) || 
    2599                 !(ray.mTermination == lastVssRay->mOrigin))  
     2597        //      if (!lastVssRay || 
     2598        //              !(ray.mOrigin == lastVssRay->mTermination) || 
     2599        //              !(ray.mTermination == lastVssRay->mOrigin))  
    26002600          { 
    26012601#ifdef USE_PERFTIMER   
Note: See TracChangeset for help on using the changeset viewer.