Changeset 502 for trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
- Timestamp:
- 01/05/06 16:06:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
r495 r502 2676 2676 BspTree::GetViewCell(const Vector3 &point) 2677 2677 { 2678 if (mRoot == NULL) 2679 return NULL; 2680 2681 2678 2682 stack<BspNode *> nodeStack; 2679 2683 nodeStack.push(mRoot);
Note: See TracChangeset
for help on using the changeset viewer.