picking and brute force ray intersections
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 12 Jun 2023 16:41:33 +0000 (19:41 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 12 Jun 2023 16:41:33 +0000 (19:41 +0300)
commit15a4548ff09afb37dd33786cafd50b060a64f840
treebdcaf38fc36afe7cb6d2dc05b02682b857576aaf
parentd6c18f77cb710c5e4069fd12fde0dbed76f3a131
picking and brute force ray intersections
16 files changed:
.gitignore
libs/cgmath/cgmath.h
libs/cgmath/cgmmat.inl
libs/cgmath/cgmmisc.inl
libs/cgmath/cgmquat.inl
libs/cgmath/cgmray.inl
libs/cgmath/cgmvec3.inl
libs/cgmath/cgmvec4.inl
src/gaw/gaw.h
src/gaw/gaw_gl.c
src/gaw/gawswtnl.c
src/rt.c [new file with mode: 0644]
src/rt.h [new file with mode: 0644]
src/scene.c
src/scene.h
src/scr_mod.c