Ignore:
Timestamp:
02/12/07 19:00:37 (17 years ago)
Author:
mattausch
Message:

changed pvs loading: loading objects in a first pass

File:
1 edited

Legend:

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

    r2093 r2115  
    201201        float GetMergeCost() {return (float)-mTimeStamp; } 
    202202 
    203         virtual int GetRandomEdgePoint(Vector3 &point, 
    204                                                                  Vector3 &normal); 
     203        virtual int GetRandomEdgePoint(Vector3 &point, Vector3 &normal); 
    205204 
    206205        inline int GetTimeStamp() const { return mTimeStamp; } 
     
    221220        int NumberOfFaces() const { return 6; }; 
    222221         
    223   int GetRandomSurfacePoint(GtpVisibilityPreprocessor::Vector3 &point,  
     222        int GetRandomSurfacePoint(GtpVisibilityPreprocessor::Vector3 &point,  
    224223                                                          GtpVisibilityPreprocessor::Vector3 &normal) 
    225224        { 
Note: See TracChangeset for help on using the changeset viewer.