Skip to main content

brdf_burley

brdf_burley(NoV, NoL, LoH, roughness) ⇒ number

Kind: global function
See

ParamTypeDescription
NoVnumber= abs(dot(n, v)) + 1e-5
NoLnumber= lamp(dot(n, l), 0.0, 1.0)
LoHnumber= clamp(dot(l, h), 0.0, 1.0)
roughnessnumbersurface roughness coefficient