Ignore:
Timestamp:
01/20/06 03:42:21 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r557 r558  
    22212221                                lm = vm; 
    22222222                                         
    2223                                 vm.mDiffuseColor.r -= 0.3f; 
    2224                                 vm.mDiffuseColor.g -= 0.3f; 
    2225                                 vm.mDiffuseColor.b -= 0.3f; 
     2223                                vm.mDiffuseColor.r -= 0.45f; 
     2224                                vm.mDiffuseColor.g -= 0.45f; 
     2225                                vm.mDiffuseColor.b -= 0.45f; 
    22262226 
    22272227                                vector<BspLeaf *>::const_iterator lit, lit_end = vc->mLeaves.end(); 
Note: See TracChangeset for help on using the changeset viewer.