- Timestamp:
- 01/13/06 17:41:43 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/VssPreprocessor.cpp
r535 r536 416 416 AxisAlignedBox3 vbox; 417 417 vbox.Initialize(); 418 mVspBspTree->ConstructGeometry(*it, geom);419 geom->IncludeInBox(vbox); 418 Mesh *mesh = (*it)->GetMesh(); 419 420 420 exporter->ExportBox(vbox); 421 421 //exporter->ExportViewCell(*it);
Note: See TracChangeset
for help on using the changeset viewer.