Searched refs:albedo (Results 1 – 1 of 1) sorted by relevance
87 float albedo[3]; in SetLutTable() member136 mat.albedo[co] = sigma_s_prim[co] / sigma_t_prim[co]; in SetLutTable()137 mat.beta[co] = sqrt(3.0f * (1.0f - mat.albedo[co])); in SetLutTable()139 mat.dif_refl[co] = 0.5f * mat.albedo[co] * (exp(-mat.beta[co]) + exp(-mat.beta_prime[co])); in SetLutTable()157 …qlut[co][j] += mat.i0[co] * (1.0f / (1.0f + mat.i1[co] * h)) * gamma * mat.albedo[co] * 0.25f * RE… in SetLutTable()173 gamma * mat.albedo[co] * 0.25f * REV_PI; in SetLutTable()