first render
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 3 Apr 2024 07:43:52 +0000 (10:43 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 3 Apr 2024 07:43:52 +0000 (10:43 +0300)
commit1def4f7b1423b13a1ef0ee3298bb37828c5c9df2
tree022dc0d0332312b2c01d7dc7e83b82e582103417
parentdbf48eb64e9e709507047fb9ec059f2edfd9814b
first render
14 files changed:
Makefile
src/cgmath2/cgmath2.h
src/cgmath2/cgmmat.inl [new file with mode: 0644]
src/cgmath2/cgmmisc.inl [new file with mode: 0644]
src/cgmath2/cgmquat.inl [new file with mode: 0644]
src/cgmath2/cgmvec3.inl
src/cgmath2/cgmvec4.inl [new file with mode: 0644]
src/gfx.h
src/gl/gfx_gl.c
src/nexus3d.h
src/wsys/wsys_fglut.c
test.c
test.p.glsl
test.v.glsl