author | John Tsiombikas <nuclear@member.fsf.org> | |
Sun, 29 Sep 2024 14:46:28 +0000 (17:46 +0300) | ||
committer | John Tsiombikas <nuclear@member.fsf.org> | |
Sun, 29 Sep 2024 14:46:28 +0000 (17:46 +0300) | ||
commit | 2f3aba2ba74a9b7c58876c62a44c424e87111216 | |
tree | c9a68084201f8c84f92b2c4f07847c30999b381f | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
src/cgmath/cgmath.h | [new file with mode: 0644] | blob |
src/cgmath/cgmmat.inl | [new file with mode: 0644] | blob |
src/cgmath/cgmmisc.inl | [new file with mode: 0644] | blob |
src/cgmath/cgmquat.inl | [new file with mode: 0644] | blob |
src/cgmath/cgmray.inl | [new file with mode: 0644] | blob |
src/cgmath/cgmvec3.inl | [new file with mode: 0644] | blob |
src/cgmath/cgmvec4.inl | [new file with mode: 0644] | blob |
src/geom.c | [new file with mode: 0644] | blob |
src/geom.h | [new file with mode: 0644] | blob |
src/main.c | [new file with mode: 0644] | blob |
src/rend.c | [new file with mode: 0644] | blob |
src/rend.h | [new file with mode: 0644] | blob |