Ignore:
Timestamp:
05/18/09 18:53:06 (15 years ago)
Author:
mattausch
Message:

debug version

File:
1 edited

Legend:

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

    r3355 r3370  
    181181        for (int i = 0; i < mNumSamples; ++ i) 
    182182        { 
    183                 //x[0] = RandomValue(0, 1); x[1] = RandomValue(0, 1); 
    184                 mHalton->GetNext(x); 
     183                x[0] = RandomValue(0, 1); x[1] = RandomValue(0, 1); 
     184                //mHalton->GetNext(x); 
    185185                 
    186186                const float a = 2.0f * M_PI * x[0]; 
Note: See TracChangeset for help on using the changeset viewer.