No description
Find a file
2024-09-11 00:15:04 -06:00
canvas created clock points on canvas using rotation matrix 2024-09-01 22:19:32 -06:00
images generated clock hour points and slightly modified canvas and tuple 2023-01-23 20:04:12 -06:00
matrix added functions and tests for sphere transformation 2024-09-11 00:15:04 -06:00
raysandspheres added functions and tests for sphere transformation 2024-09-11 00:15:04 -06:00
tuplespointsvectors BIG CHANGES, things could break from here 2024-08-08 22:44:55 -06:00
clock.ppm created clock points on canvas using rotation matrix 2024-09-01 22:19:32 -06:00
go.mod BIG CHANGES, things could break from here 2024-08-08 22:44:55 -06:00
go.sum BIG CHANGES, things could break from here 2024-08-08 22:44:55 -06:00
main.go created clock points on canvas using rotation matrix 2024-09-01 22:19:32 -06:00
projectile.ppm updated tests and successfully generated .ppm file 2024-08-08 22:06:07 -06:00
readme.md generated clock hour points and slightly modified canvas and tuple 2023-01-23 20:04:12 -06:00

Ray tracer

Here goes the code generated while following the book The Ray Tracer Challenge using golang.

Finished chapter 2

I just finished chapter two and produced this image that portrays the trajectory of a projectile.

Trajectory of projectile

Finished chapter 4

Created clock hour points using rotations of a point around the z axis.

Clock hours