Ignore:
Timestamp:
12/12/06 17:25:53 (18 years ago)
Author:
bittner
Message:

mixture distribution initial coding

File:
1 edited

Legend:

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

    r1867 r1883  
    1414class KdNode; 
    1515 
    16 #define ABS_CONTRIBUTION_WEIGHT 0.9f 
     16#define ABS_CONTRIBUTION_WEIGHT 1.0f 
    1717 
    1818class VssRay { 
     
    6767  short mPass; 
    6868 
     69  // Distribution used to generate this ray 
     70  short mDistribution; 
     71   
    6972  // number of cells where this ray made a contribution to the PVS 
    70   short mPvsContribution; 
     73  int mPvsContribution; 
    7174   
    7275  // sum of relative ray contributions per object 
Note: See TracChangeset for help on using the changeset viewer.