Skip to main content

Questions tagged [pbrt-v3]

1 vote
0 answers
221 views

Equiangular sampling is a sampling method for point (sphere) emitter in scattering medium. While it claims to be very efficient when dealing with point (sphere) emitter in scattering medium (see this ...
Enigmatisms's user avatar
  • 1,462
0 votes
0 answers
57 views

In PBRT-V3, the light has following spectrum in scene file(Note that the scene file is not come from PBRT itself): ...
Chris Guo's user avatar
  • 107
3 votes
1 answer
103 views

I want to plot the Gaussian filter of pbrt-v4 with a radius $(100,100)$ and a standard deviation ($\sigma$) of $0.5$. I would expect something like this: When I plot the pbrt-v4 Gaussian filter with ...
Vertexwahn's user avatar
1 vote
0 answers
71 views

The specific chapter about this is here - Sampling Theory Unlike what I read anywhere else, it defines Shah as: $$Ш_T(x)=T\sum\nolimits_i{\delta{(x-Ti)}}$$ And the T is still present in the ...
Eugene's user avatar
  • 111
0 votes
0 answers
94 views

Why does the equation at the bottom of the following page hold? http://www.pbr-book.org/3ed-2018/Monte_Carlo_Integration/Transforming_between_Distributions.html $p(\theta,\phi)d\theta d\phi=p(\omega)...
chaosink's user avatar
  • 591