mesh, obj loading, sorting, shitty normals...
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 1 Dec 2023 12:08:05 +0000 (14:08 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 1 Dec 2023 12:08:05 +0000 (14:08 +0200)
commit644f0d82b57be81bd0acc3a945f79f0a03057711
treeae5c90fbae5350d1b5ab0d982626d02b934d4b45
parentf8d5facfd755e9f29b14f3c3a94b6914747efa82
mesh, obj loading, sorting, shitty normals...
Makefile
src/3dgfx.c
src/3dgfx.h
src/main.c
src/mesh.c [new file with mode: 0644]
src/mesh.h [new file with mode: 0644]
src/polyfill.c
src/video.asm
src/video.h
tools/packsrc [changed mode: 0755->0644]