Home
last modified time | relevance | path

Searched refs:sampleHemisphere (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Drandom.cpp123 void sampleHemisphere(float *R,const float *Z,const float theta,CSobol<4> &generator) { in sampleHemisphere() function
H A Drandom.h175 void sampleHemisphere(float *R,const float *Z,const float theta,CSobol<4> &generator);
H A DgiOpcodes.h57 sampleHemisphere(raysBase->dir,raysBase->gatherDir,raysBase->sampleCone,random4d); \
H A DexecuteMisc.cpp897 sampleHemisphere(cRay->dir,dir,coneAngle,random4d); in traceTransmission()
1014 sampleHemisphere(dir,D,coneAngle,random4d); in traceReflection()
H A Dphoton.cpp380 sampleHemisphere(shaderL,N,theta[0],gen4); in illuminateBegin()
H A Dradiance.cpp1053 sampleHemisphere(D,cSample->N,(float) (C_PI/2.0),generator); in compute()