Ignore:
Timestamp:
02/08/06 20:32:42 (18 years ago)
Author:
bittner
Message:

slider support for viewcells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Material.h

    r386 r608  
    1818  { 
    1919  } 
    20    
     20 
     21  friend RgbColor 
     22  RandomColor(const float a=0.0f, const float b=1.0f); 
     23 
    2124}; 
    2225 
     
    3235  { 
    3336  } 
    34  
    35         Material(const RgbColor &color):mDiffuseColor(color), 
    36                                                                                                                                         mAmbientColor(color), 
    37                                                                                                                                         mSpecularColor(0,0,0) 
    38         { 
    39         } 
    40  
     37   
     38  Material(const RgbColor &color):mDiffuseColor(color), 
     39                                                                  mAmbientColor(color), 
     40                                                                  mSpecularColor(0,0,0) 
     41  { 
     42  } 
     43   
    4144  friend Material RandomMaterial(); 
    4245   
Note: See TracChangeset for help on using the changeset viewer.