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/Preprocessor.cpp

    r242 r260  
    7979        else if (strcmp(constructionMethodStr, "sceneGeometry") == 0) 
    8080                constructionMethod = BspTree::SCENE_GEOMETRY; 
     81        else if (strcmp(constructionMethodStr, "rays") == 0) 
     82                constructionMethod = BspTree::RAYS; 
    8183        else  
    8284        { 
Note: See TracChangeset for help on using the changeset viewer.