Skip to main content

Questions tagged [bsdf]

2 votes
0 answers
58 views

Recent approximate techniques for energy conservation of conductors / dielectrics rely on the precomputation of the directional albedo for the conductor / dielectric BSDF. [Conty & Kulla 2017], [...
Tom Clabault's user avatar
1 vote
0 answers
56 views

I'm trying to find a way to visualize the outgoing directions sampled from BSDF. More specifically, for a given incident direction, I can sample the outgoing directions, using 'BSDF sample', and I ...
Wenjian Zhou's user avatar
1 vote
0 answers
116 views

I implemented a MicrofacetTransmission in nori. But it can not pass all Chi2test when alpha is large(>= 0.4 or ?),part of chi2test is passed.And I can not found the problem.Can someone help me? ...
bin guo's user avatar
  • 31
1 vote
1 answer
365 views

In PBRT, a BSDF is represented as an array of BxDF lobes. Each lobe sets a bitflag representing what kind of lobe it is. (Specular, Diffuse, Reflection, Transmission, etc.) I'm investigating how PBRT ...
RichieSams's user avatar
  • 3,872