Activity
Move header files to include/ and organize them
Move header files to include/ and organize them
Fix and improve SeedSeqGenerator
Fix and improve SeedSeqGenerator
Remove directories previous_parts and .vscode
Remove directories previous_parts and .vscode
Update BVH comments, small fixes
Update BVH comments, small fixes
Force push
Remove directories previous_parts and .vscode
Remove directories previous_parts and .vscode
Optimize BVH/AABB/Camera and fix Makefile
Optimize BVH/AABB/Camera and fix Makefile
Add Box, and BVH support for compound Hittables
Add Box, and BVH support for compound Hittables
Add support for parallelograms, render Cornell Box
Add support for parallelograms, render Cornell Box
Make ground flatter in rtow_final_lights images
Make ground flatter in rtow_final_lights images
Correct focus distance for last render, rerender
Correct focus distance for last render, rerender
Render millions of spheres + lights, update README
Render millions of spheres + lights, update README
Add tone mapping; display light colors correctly
Add tone mapping; display light colors correctly
Add diffuse lights/custom fixed random seeding
Add diffuse lights/custom fixed random seeding
Add runtime-per-row analysis for RTOW final image
Add runtime-per-row analysis for RTOW final image
AABB/BVH support, faster randgen, comments/cleanup
AABB/BVH support, faster randgen, comments/cleanup
refracted() now returns std::optional, spell-check
refracted() now returns std::optional, spell-check
Merge branch 'main' of github.com:DeltaPavonis/cpp_raytracer
Merge branch 'main' of github.com:DeltaPavonis/cpp_raytracer
Render final RTOW image with correct dimensions
Render final RTOW image with correct dimensions
Force push
Render final image with correct dimensions
Render final image with correct dimensions
Optimize hit_info, small corrections
Optimize hit_info, small corrections
Change to using std::mt19937_64 in rand_double()
Change to using std::mt19937_64 in rand_double()
Force push
Make distribution variable static in rand_double()
Make distribution variable static in rand_double()