Ignore:
Timestamp:
04/30/08 13:24:45 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2664 r2670  
    172172  virtual void EvalPvsStat(); 
    173173 
    174   void PreparePvs(const ObjectPvs &pvs); 
     174  /** Prepare the pvs for rendering. 
     175  */ 
     176  virtual void PreparePvs(const ObjectPvs &pvs); 
     177  /** Helper function that recursively prepares the indices for VBO renderin. 
     178  */ 
    175179  void _UpdatePvsIndices(KdNode *node, int &indexBufferSize); 
    176180 
     
    207211 
    208212  Vector3 GetViewPoint() const { return mViewPoint; } 
     213 
     214 
    209215public: 
    210216 
Note: See TracChangeset for help on using the changeset viewer.