Ignore:
Timestamp:
07/24/06 17:17:18 (18 years ago)
Author:
mattausch
Message:

use qt renderer as dll
changed vsp render heuristics sweep
capsulated thread

File:
1 edited

Legend:

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

    r1145 r1146  
    1111#include "Environment.h" 
    1212 
    13  
    14 //#define GL_GLEXT_PROTOTYPES 
    15  
    16  
    17 #include <Cg/cg.h> 
    18 #include <Cg/cgGL.h> 
    19  
    20  
    21 #include <QVBoxLayout> 
     13//#include <Cg/cg.h> 
     14//#include <Cg/cgGL.h> 
     15 
    2216 
    2317namespace GtpVisibilityPreprocessor { 
    2418 
    25  
    26 /* 
    27 GLuint frontDepthMap; 
    28 GLuint backDepthMap; 
    29  
    30 const int depthMapSize = 512; 
    31  
    32 //static vector<OcclusionQuery *> sQueries; 
    33 */ 
    3419 
    3520static bool arbQuerySupport = false; 
Note: See TracChangeset for help on using the changeset viewer.