Skip to main content

Questions tagged [pathtracing]

For questions about the path tracing Monte Carlo algorithm for physically accurate global illumination, or its variants.

2 votes
1 answer
83 views

In the PBRT book section on the equation of transfer, they give the equation $\frac{\partial}{\partial t}L_o(p',\omega) = -\sigma_t(p',\omega)L_i(p',-\omega)+\sigma_t(p',\omega)L_s(p',\omega)$, and ...
Shane Simms's user avatar
1 vote
0 answers
103 views

In the PBRT book section on Sampling the Majorant Transmittance, they take the equation: $\int_0^t \sigma_{maj}(p')T_{maj}(p \to p')f(p')dt'$, and using the multiplicative property of transmittance $...
Shane Simms's user avatar
1 vote
1 answer
85 views

In the PBRT book section on null scattering, they define the null-scattering coefficient $\sigma_n$ and the constant majorant $\sigma_{maj}$, and define the equation: $\frac{dL_o(p, \omega)}{dt} = -(\...
Shane Simms's user avatar
0 votes
0 answers
55 views

I have confused myself to the point where i dont know what up or down are. I will try to keep things focused, but certain decisions may need a paragraph of motivation. For some time now me and a ...
ErikHall's user avatar
  • 121
0 votes
0 answers
43 views

I have been implementing a path tracer - while I initially started the process using a dummy Lambertian diffuse BRDF to focus on the base path tracer, I recently added a microfacet BRDF as an option. ...
beginnertracer's user avatar
1 vote
1 answer
180 views

In Eric Veach's thesis, chapter 8.2.2, he says that: Our goal is to estimate the path integral: $$I_j = \int_{\Omega}f_j(\overline x) d\mu(\overline x)$$ for each measurement $I_j$. To do this, the ...
Tomáš Král's user avatar
3 votes
1 answer
248 views

I'm currently implementing dispersion in my RGB path tracer. How I do things: When I hit a glass object, sample a wavelength uniformly between 360nm and 830nm and assign that wavelength to the ray ...
Tom Clabault's user avatar
3 votes
1 answer
158 views

I am writing a pathtracer, and I want to somehow incorporate importance sampling of the environment map. The obvious way to do this seems to use MIS to either importance sample from my material bsdf ...
Thomas Conrad's user avatar

15 30 50 per page
1
2 3 4 5
17