Ignore:
Timestamp:
01/05/06 20:41:52 (18 years ago)
Author:
mattausch
Message:

added mesh creation function

File:
1 edited

Legend:

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

    r479 r503  
    116116        */ 
    117117        void SetArea(float area); 
     118 
     119        /** Updates the view cell statstics for this particular view cell. 
     120        */ 
    118121        virtual void UpdateViewCellsStats(ViewCellsStatistics &vcStat); 
    119122 
     
    123126        /// Rays piercing this view cell. 
    124127        RayContainer mPiercingRays; 
     128 
     129        /** Sets the mesh for this view cell. 
     130        */ 
     131        void SetMesh(Mesh *mesh); 
    125132 
    126133protected: 
Note: See TracChangeset for help on using the changeset viewer.