Ignore:
Timestamp:
05/19/09 12:02:26 (15 years ago)
Author:
mattausch
Message:

fehler tritt nicht auf!!

File:
1 edited

Legend:

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

    r3370 r3371  
    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.