Changeset 432


Ignore:
Timestamp:
11/25/05 08:10:20 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r420 r432  
    33#include "VssRay.h" 
    44 
    5 RayInfo::RayInfo(): mRay(NULL)  
     5RayInfo::RayInfo(): mRay(NULL), mMinT(0), 
     6#if USE_FIXEDPOINT_T 
     7#define FIXEDPOINT_ONE 0x7FFE 
     8        // mMaxT(0xFFFF) 
     9        mMaxT(FIXEDPOINT_ONE) 
     10#else 
     11        mMaxT(1.0f) 
     12#endif 
    613{} 
    714                 
Note: See TracChangeset for help on using the changeset viewer.