18     assert(x > 0 && y > 0);
 
   42             if (evenlyDistributed) r = sqrt(r);
 
   43             r += (last_r - r) * 0.5f;
 
   46             SLfloat iModPhi = (iR % 2) * halfDeltaPhi;
 
SLVec2< SLfloat > SLVec2f
 
SLVec2f mapSquareToDisc(SLfloat x, SLfloat y)
 
void distribConcentric(SLbool evenlyDistributed)
 
SLVVec2f _points
samplepoints for distributed tracing
 
SLuint _samples
No. of samples = samplesX x samplesY.
 
SLuint _samplesX
No. of samples in x direction.
 
void point(SLuint x, SLuint y, SLVec2f point)
 
SLuint _samplesY
No. of samples in y direction.