- Timestamp:
- 01/05/06 16:06:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp
r501 r502 1035 1035 exporter->ExportPolygons(cell); 1036 1036 } 1037 } 1038 1039 ViewCell * 1040 BspViewCellsManager::GetViewCell(const Vector3 &point) 1041 { 1042 if (!mBspTree) 1043 return NULL; 1044 return mBspTree->GetViewCell(point); 1037 1045 } 1038 1046
Note: See TracChangeset
for help on using the changeset viewer.