Ignore:
Timestamp:
12/23/05 21:35:53 (19 years ago)
Author:
mattausch
Message:

axis aligned split for vsp bsp view cells

File:
1 edited

Legend:

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

    r479 r480  
    629629   
    630630        float BestCostRatioHeuristic(VspKdLeaf *node, 
     631                                                                 const AxisAlignedBox3 &box, 
    631632                                                                 int &axis, 
    632633                                                                 float &position, 
     
    636637                                                                 int &pvsFront); 
    637638 
    638         float BestCostRatioRegular(VspKdLeaf *node,  
     639        float BestCostRatioRegular(VspKdLeaf *node, 
     640                                                           const AxisAlignedBox3 &box, 
    639641                                                           int &axis, 
    640642                                                           float &position, 
     
    645647         
    646648        float EvalCostRatio(VspKdLeaf *node, 
     649                                                const AxisAlignedBox3 &box, 
    647650                                                const int axis, 
    648651                                                const float position, 
Note: See TracChangeset for help on using the changeset viewer.