Ignore:
Timestamp:
01/19/06 15:30:44 (18 years ago)
Author:
bittner
Message:

debug version looking for glrenderer bug...

File:
1 edited

Legend:

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

    r555 r556  
    300300        virtual void ExportColor(Exporter *exporter, ViewCell *vc) const = 0; 
    301301 
    302          
     302 
     303  virtual float GetViewSpaceVolume() { 
     304        return mViewSpaceBox.GetVolume()*(2.0f*sqr(M_PI)); 
     305  } 
    303306        /** Creates meshes from the view cells. 
    304307        */ 
Note: See TracChangeset for help on using the changeset viewer.