Ignore:
Timestamp:
05/29/08 00:31:59 (16 years ago)
Author:
mattausch
Message:

siggraph asia submission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.h

    r2709 r2725  
    126126  void SetSceneCut(int); 
    127127  void SetTopDistance(int); 
     128  void SetMaxRenderCost(int); 
    128129  void SetHidingCost(int); 
    129130  void SetVisibilityFilterSize(int); 
     
    251252        bool mExportFrameBuffer; 
    252253 
     254        float mMaxRenderCost; 
     255 
    253256        DynamicObjectsContainer mDynamicPvsObjects; 
    254257 
     
    405408        void 
    406409                SetTopDistance(int dist); 
     410 
     411        void 
     412                SetMaxRenderCost(int dist); 
    407413 
    408414        void 
Note: See TracChangeset for help on using the changeset viewer.