Yet another implementation of 'Raytracing in One Weekend'by Peter Shirley.
Go to file
Christian Nicola 908702925e
Final scene
This commit implements the final scene from the book.
2022-08-11 09:27:28 +02:00
.gitignore Diffuse material 2022-08-06 16:07:11 +02:00
camera.go Final scene 2022-08-11 09:27:28 +02:00
color.go Materials 2022-08-06 17:32:54 +02:00
go.mod Upgrade go to 1.19 2022-08-06 12:03:52 +02:00
hittable.go Materials 2022-08-06 17:32:54 +02:00
main.go Final scene 2022-08-11 09:27:28 +02:00
material.go Improve dielectric material 2022-08-06 17:58:54 +02:00
ray.go Improve dielectric material 2022-08-06 17:58:54 +02:00
util.go Antialiasing 2022-08-06 14:43:42 +02:00
vec3.go Final scene 2022-08-11 09:27:28 +02:00