Changeset 487 for trunk/VUT/GtpVisibilityPreprocessor/src/Ray.cpp
- Timestamp:
- 01/01/06 06:25:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Ray.cpp
r485 r487 86 86 return; // has been already precomputed 87 87 88 const float eps = 1e-6 ;89 const float invEps = 1e6 ;88 const float eps = 1e-6f; 89 const float invEps = 1e6f; 90 90 91 91 // it does change the ray direction very slightly,
Note: See TracChangeset
for help on using the changeset viewer.