Ignore:
Timestamp:
02/15/07 00:35:41 (17 years ago)
Author:
mattausch
Message:

implemented hashpvs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r2115 r2116  
    1 /*#ifdef GTP_INTERNAL 
    2 #ifndef USE_QT 
    3 #define USE_QT 1 
    4 #else 
    5 #define USE_QT 0 
    6 #endif 
    7 #endif 
    8 */ 
    9  
    101#define USE_THREADS 0 
    112 
     
    2920#include "SceneGraph.h" 
    3021#include "GlobalLinesRenderer.h" 
     22#include "PvsDefinitions.h" 
    3123 
    3224#include "ViewCellsManager.h" 
     
    227219 
    228220 
     221        if (HASH_PVS) 
     222                Debug << "using hash pvs" << endl; 
     223        else 
     224                Debug << "using verbose pvs" << endl; 
     225 
    229226        ///////////// 
    230227        //-- load scene  
Note: See TracChangeset for help on using the changeset viewer.