Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp88 float dif_refl[4]; in SetLutTable() member
139 mat.dif_refl[co] = 0.5f * mat.albedo[co] * (exp(-mat.beta[co]) + exp(-mat.beta_prime[co])); in SetLutTable()
154 qlut[co][j] = mat.dif_refl[co] * LN; in SetLutTable()
169 qlut[co][j] = mat.dif_refl[co] * LN; in SetLutTable()
183 qlut[co][127 + 256] = pow(mat.dif_refl[co], display_gamma) - qlut[co][127]; in SetLutTable()