Ignore:
Timestamp:
09/08/05 01:52:52 (19 years ago)
Author:
mattausch
Message:

added viewcell stuff

File:
1 edited

Legend:

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

    r242 r260  
    3131  p->BuildKdTree(); 
    3232  p->KdTreeStatistics(cout); 
     33 
    3334#ifdef TEST_BSP_VIEWCELLS 
     35  environment->GetStringValue("Scene.viewcells", buff); 
     36 
    3437  p->GenerateViewcells(); 
    3538  p->BspTreeStatistics(Debug); 
Note: See TracChangeset for help on using the changeset viewer.