Ignore:
Timestamp:
01/04/06 15:07:05 (18 years ago)
Author:
bittner
Message:

glrenderer split into widget and buffer, buffer moved to the same thread as the preprocessor

File:
1 edited

Legend:

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

    r492 r496  
    2020struct VssRayContainer; 
    2121 
     22class GlRendererBuffer; 
    2223 
    2324/** Namespace for the external visibility preprocessor 
     
    136137  RenderSimulator *mRenderSimulator; 
    137138 
     139  GlRendererBuffer *renderer; 
     140   
    138141  signals: 
    139142  void EvalPvsStat(); 
Note: See TracChangeset for help on using the changeset viewer.