Ignore:
Timestamp:
10/28/05 14:46:59 (19 years ago)
Author:
bittner
Message:

sampling node selection changes

File:
1 edited

Legend:

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

    r349 r354  
    145145  int GetRandomSurfacePoint(Vector3 &point, Vector3 &normal); 
    146146 
     147        int 
     148        GetRandomVisibleSurfacePoint(Vector3 &point, 
     149                                                                                                                         Vector3 &normal, 
     150                                                                                                                         const Vector3 &viewpoint, 
     151                                                                                                                         const int maxTries 
     152                                                                                                                         ); 
     153                 
    147154        virtual ostream &Describe(ostream &s) { 
    148155                return s<<"Mesh #vertices="<<mVertices.size()<<" #faces="<<mFaces.size(); 
     
    161168 
    162169  int GetRandomSurfacePoint(Vector3 &point, Vector3 &normal); 
     170 
     171        int 
     172        GetRandomVisibleSurfacePoint(Vector3 &point, 
     173                                                                                                                         Vector3 &normal, 
     174                                                                                                                         const Vector3 &viewpoint, 
     175                                                                                                                         const int maxTries 
     176                                                                                                                         ); 
    163177 
    164178 
Note: See TracChangeset for help on using the changeset viewer.