first render
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 18 Jun 2023 21:37:52 +0000 (00:37 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 18 Jun 2023 21:37:52 +0000 (00:37 +0300)
commit81dffafe4b045c854d8a97f9c6c41877ee7669ca
tree7e126573ed4072042a0621fdba5a765024ad0719
parentc64a0d68e1bee56fd8b0375a747a896e8424398b
first render
13 files changed:
Makefile
libs/cgmath/cgmath.h
libs/cgmath/cgmvec3.inl
src/geom.c
src/material.c [new file with mode: 0644]
src/material.h [new file with mode: 0644]
src/rend.c
src/rend.h
src/scene.c
src/scene.h
src/scr_mod.c
src/texture.c [new file with mode: 0644]
src/texture.h [new file with mode: 0644]