]> code.bitgloo.com Git - clyne/raytracer.git/commit
initial commit
authorClyne Sullivan <clyne@bitgloo.com>
Tue, 14 May 2024 20:32:10 +0000 (16:32 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Tue, 14 May 2024 20:32:10 +0000 (16:32 -0400)
commit8a8fab0c68d867d1e1e870252819d15e2b6d0c6f
treef35604f801ed150fda8daf4db1a15b9c912a5ae3
initial commit
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
color.h [new file with mode: 0644]
imgui [new submodule]
main.cpp [new file with mode: 0644]
ray.h [new file with mode: 0644]
renderer.h [new file with mode: 0644]
vec3.h [new file with mode: 0644]