Ignore:
Timestamp:
10/05/06 18:51:15 (18 years ago)
Author:
mattausch
Message:

added measurement for pvs entries size decrease during subdivision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.cpp

    r1520 r1576  
    6262{        
    6363        Vector3 origin, direction;  
    64  
    6564    const int i = (int)RandomValue(0, (Real)((int)mPreprocessor.mObjects.size() - 1)); 
    66  
    6765        Intersectable *object = mPreprocessor.mObjects[i]; 
    6866         
     
    9593          
    9694        direction = UniformRandomVector(); 
    97  
    9895        const float c = Magnitude(direction); 
    9996 
Note: See TracChangeset for help on using the changeset viewer.