Skip to main content

Questions tagged [bsdf]

The tag has no usage guidance.

1 vote
0 answers
42 views

How to visualize the outgoing directions sampled from BSDF?

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
77 views

Mathematical foundations of Signed Distance Fields in computer graphics

I have come across Signed Distance Field usage in Computer Graphics in construction of vector shapes, glyphs and 3D surfaces. However I can not find much of the background mathematical theory as to ...
Deepak Sharma's user avatar
1 vote
0 answers
94 views

Why my bsdf can not pass Chi2test?

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
3 votes
1 answer
481 views

Implementing the example of Walter et al. (2007) paper

As the title suggests I'm trying to implement the last images of the "Microfacet Models for Refraction through Rough Surfaces" Paper by Walter et al. in OpenGL I "think" (I had to ...
Clutterhead's user avatar
0 votes
1 answer
296 views

How to calculate the PDF of a multi-lobe BSDF

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,792