Ignore:
Timestamp:
12/08/06 17:10:14 (18 years ago)
Author:
bittner
Message:

merge, global lines, rss sampling updates

File:
1 edited

Legend:

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

    r1824 r1867  
    1414class KdNode; 
    1515 
    16 #define ABS_CONTRIBUTION_WEIGHT 0.5f 
     16#define ABS_CONTRIBUTION_WEIGHT 0.9f 
    1717 
    1818class VssRay { 
     
    3030  }; 
    3131 
     32  // Id of the generating SimpleRay 
     33  int mGeneratingRayId; 
     34   
    3235  static int mailID; 
    3336  int mMailbox; 
     
    6972  // sum of relative ray contributions per object 
    7073  float mRelativePvsContribution; 
    71  
    7274 
    7375  // weighted contribution to the pvs (based on the pass the ray was casted at) 
Note: See TracChangeset for help on using the changeset viewer.