Changeset 504 for trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.cpp
- Timestamp:
- 01/06/06 11:31:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/KdTree.cpp
r492 r504 6 6 #include "KdTree.h" 7 7 #include "ViewCell.h" 8 #include "Frustum.h" 8 9 9 10 int KdNode::mailID = 1; … … 963 964 return NULL; 964 965 } 966 967 968 int 969 CastFrustum( 970 Frustum &frustum 971 ) 972 { 973 974 975 return 0; 976 }
Note: See TracChangeset
for help on using the changeset viewer.