- Timestamp:
- 05/02/06 11:53:35 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Mesh.cpp
r870 r873 63 63 mBox.Include(*vi); 64 64 } 65 65 //mBox.Enlarge(1e-4f); 66 66 } 67 67 -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.cpp
r863 r873 2087 2087 stack<BspRayTraversalData> tStack; 2088 2088 2089 2089 float mint = 0.0f, maxt = 1.0f; 2090 2090 2091 2091 Intersectable::NewMail();
Note: See TracChangeset
for help on using the changeset viewer.