Ignore:
Timestamp:
10/08/06 23:29:21 (18 years ago)
Author:
bittner
Message:

functional ray casting - fixed computeinvdir issue

File:
1 edited

Legend:

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

    r1582 r1584  
    623623                        // create the meshes and compute volumes 
    624624                        vm->FinalizeViewCells(true); 
    625                         vm->mViewCellsTree->AssignRandomColors(); 
     625                        //                      vm->mViewCellsTree->AssignRandomColors(); 
    626626                } 
    627627 
     
    15211521        } 
    15221522 
     1523        mViewCellsTree->AssignRandomColors(); 
     1524 
    15231525        mTotalAreaValid = false; 
    15241526} 
Note: See TracChangeset for help on using the changeset viewer.