Ignore:
Timestamp:
03/16/06 15:04:03 (19 years ago)
Author:
mattausch
Message:

implemented first version of the visibility filter

File:
1 edited

Legend:

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

    r697 r704  
    17901790                                                                        float &maxT) const 
    17911791{ 
    1792         maxT = 1e15; 
     1792        maxT = 1e15f; 
    17931793        minT = 0; 
    17941794         
Note: See TracChangeset for help on using the changeset viewer.