**Sam Tabrisky & Dante LaRocco** CS87 Final Project NetIDs: F003DRC & F003DD6 (##) Motivational image
(##) Bump mapping Bump mapped spheres
Same spheres with normal integration:
Compare textured bump maps to actual bump maps:
The code for the bump mapping implementation is in `src/surfaces/sphere.cpp`, particularly lines 122 to 149 in the `intersect` method. (##) Microfacet BRDF
Sampling the microfacet normals according to the GGX distribution:
Green is expected / given GGX distribution x-axis: θ_m, angle between the incident ray and the sampled normal (degrees) Width parameter of 0.2
Expected Result
Smith shadowing-masking term according to the GGX distribution
Expected Result
Microfaceted material with free Fresnel term (width of 0.2):
1000spp
Microfaceted gold (width of .1):
500spp
Microfaceted copper (width of .1):
1000spp
Phong vs. microfaceted gold (width of .1):
Phong Gold (1000spp)
The code for the microfacet BRDF implementation is located in `src/materials/microfacet.cpp`. (##) Volumetric path tracing Visualization of directions sampled from Henyey-Greenstein phase function
g=0.9
g=-0.9
Properties of a medium
Pseudocode for heterogeneous vpt
Sampling according to a mixture of each channel's pdf
Cornell box with backlighting through spheres of heterogenuous media, forward and backward scattering
500spp
homogeneous integrator
heterogeneous integrator
Buddha box with mesh volume
100spp
(##) Supplementary sources Fresnel terms for different materials Microfacet Models for Refraction through Rough Surfaces, Walter et al. 2007