Ignore:
Timestamp:
01/05/06 16:06:31 (19 years ago)
Author:
bittner
Message:

bsp viewcell location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp

    r501 r502  
    10351035                exporter->ExportPolygons(cell); 
    10361036        } 
     1037} 
     1038 
     1039ViewCell * 
     1040BspViewCellsManager::GetViewCell(const Vector3 &point) 
     1041{ 
     1042  if (!mBspTree) 
     1043        return NULL; 
     1044  return mBspTree->GetViewCell(point); 
    10371045} 
    10381046 
Note: See TracChangeset for help on using the changeset viewer.