Ignore:
Timestamp:
02/20/09 18:47:25 (15 years ago)
Author:
mattausch
Message:

now changing to precomputed sampling version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SampleGenerator.cpp

    r3322 r3323  
    169169                s[i].y = r * sin(a); 
    170170 
    171                 total1 += x[0]; 
     171                /*total1 += x[0]; 
    172172                total2 += x[1]; 
    173173                totalSamples ++; 
     
    179179 
    180180                        cout << "here3 " << n1 << " " << n2 << endl; 
    181                 } 
     181                }*/ 
    182182        } 
    183183} 
Note: See TracChangeset for help on using the changeset viewer.