Ignore:
Timestamp:
11/15/05 01:32:10 (19 years ago)
Author:
mattausch
Message:

worked on view space partition kd tree

File:
1 edited

Legend:

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

    r410 r411  
    6262        { 
    6363                ViewCell::sHierarchy = ViewCell::KD; 
     64        } 
     65        else if (strcmp(viewCellsStr, "vspTree") == 0) 
     66        { 
     67                ViewCell::sHierarchy = ViewCell::VSP; 
    6468        } 
    6569        else if (strcmp(viewCellsStr, "sceneDependent") == 0) 
Note: See TracChangeset for help on using the changeset viewer.