started implementing intersection functions and the main renderer data
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 16 Jun 2021 07:02:39 +0000 (10:02 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 16 Jun 2021 07:02:39 +0000 (10:02 +0300)
commitd2f1a6ab443b86a42e9fd28a19ebdbcf729a5d51
treeb4582213dcfc465dad8e801ab29bb2b2c571c011
parentd05988274bf2ff6274e2c874976681aa989b7d89
started implementing intersection functions and the main renderer data
structures
17 files changed:
Makefile
libs/cgmath/LICENSE [new file with mode: 0644]
libs/cgmath/README.md [new file with mode: 0644]
libs/cgmath/cgmath.h [new file with mode: 0644]
libs/cgmath/cgmmat.inl [new file with mode: 0644]
libs/cgmath/cgmmisc.inl [new file with mode: 0644]
libs/cgmath/cgmquat.inl [new file with mode: 0644]
libs/cgmath/cgmray.inl [new file with mode: 0644]
libs/cgmath/cgmvec3.inl [new file with mode: 0644]
libs/cgmath/cgmvec4.inl [new file with mode: 0644]
src/geom.c [new file with mode: 0644]
src/geom.h [new file with mode: 0644]
src/image.c [new file with mode: 0644]
src/image.h [new file with mode: 0644]
src/level.h [new file with mode: 0644]
src/rt.h [new file with mode: 0644]
src/scene.h [new file with mode: 0644]