Ignore:
Timestamp:
01/24/06 10:06:58 (18 years ago)
Author:
mattausch
Message:

implemented functtion for view cell construction

File:
1 edited

Legend:

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

    r564 r573  
    411411                @returns the cost of the candidate split plane 
    412412        */ 
    413         float SplitPlaneCost(const Plane3 &candidatePlane,  
    414                                                 const VspBspTraversalData &data, 
    415                                                 BspNodeGeometry &geomFront, 
    416                                                 BspNodeGeometry &geomBack, 
    417                                                 float &pFront, 
    418                                                 float &pBack) const; 
     413        float EvalSplitPlaneCost(const Plane3 &candidatePlane,  
     414                                                        const VspBspTraversalData &data, 
     415                                                        BspNodeGeometry &geomFront, 
     416                                                        BspNodeGeometry &geomBack, 
     417                                                        float &pFront, 
     418                                                        float &pBack) const; 
    419419 
    420420        /** Subdivide leaf. 
Note: See TracChangeset for help on using the changeset viewer.