Skip to main content

Questions tagged [brdf]

1 vote
1 answer
64 views

I'm learning BSSRDF but I'm so confused about the different forms of the diffusion profile approximation. In this SIGGRAPH 2013 talk: BSSRDF Importance Sampling. They seem to let the BSSRDF directly ...
Wenjian Zhou's user avatar
1 vote
1 answer
118 views

In these lecture notes: http://www.cs.utoronto.ca/~strider/docs/D18_DistributionRayTracing.pdf on page number 140 (as labelled on the PDF), it says that if we perform explicit light sampling, the ...
David Yue's user avatar
  • 113
2 votes
1 answer
91 views

in chapter 6 of Eric Veach's paper, Veach has proved general reciprocity of BSDF by Kirchhoff’s equilibrium radiance law and detailed balance $$ \frac{f_s(w_i \rightarrow w_o)}{\eta_o^2} = \frac{f_s(...
ckf104's user avatar
  • 23
2 votes
1 answer
659 views

Through reading various sources online, I've become a bit confused. I'll briefly outline what I think I do understand: My understanding is that microfacet-based BRDFs assume there is always a perfect ...
Chris Gnam's user avatar
1 vote
1 answer
184 views

Im currently making some modifications for a path tracer for Minecraft, specifically adding glossy refractions. The program currently uses for specular reflections this method, linear interpolation ...
Consuelo Ugarte's user avatar
1 vote
3 answers
391 views

to get the radiance of the Lambertian diffuse reflected light, I have to multiply the constant pdf (rho/pi) with the incoming intensity I0*cos(theta_i), where cos(theta_i) is given by the scalar ...
Uwe Nass's user avatar
0 votes
1 answer
384 views

I am implementing fresnel reflections for materials in my renderer. Does it make sense for metals? Here my implementation: ...
TheChamp's user avatar
  • 105
1 vote
1 answer
317 views

So, I'm attempting to implement a monte carlo path tracer that uses the ggx brdf model. However, I'm rather confused about how to sample the light direction. I know that theta and phi can be sampled ...
RandomPigYT's user avatar

15 30 50 per page
1
2 3 4 5
10